Skip to content

Commit 6ff5596

Browse files
committed
update docker example readme
1 parent 70f975d commit 6ff5596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/docker-like/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Demonstrates how to define deeply nested commands, similar to the docker cli
44
(`docker container run`, `docker image ls`, etc.).
55

6+
In addition, this example shows the use of global flags, where flags defined
7+
at the root level, become available to all nested commands, like the`--debug`
8+
flag in `docker --debug ps --all`.
9+
610
This example was generated with:
711

812
```bash

0 commit comments

Comments
 (0)