We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f975d commit 6ff5596Copy full SHA for 6ff5596
examples/docker-like/README.md
@@ -3,6 +3,10 @@
3
Demonstrates how to define deeply nested commands, similar to the docker cli
4
(`docker container run`, `docker image ls`, etc.).
5
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
+
10
This example was generated with:
11
12
```bash
0 commit comments