We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbf83a commit 321cd76Copy full SHA for 321cd76
docs/parsing-and-hooks.md
@@ -9,7 +9,7 @@ Starting with top-level command (program):
9
- parse env: look for environment variables (for this command)
10
- process implied: set any implied option values (for this command)
11
- if the first arg is a subcommand
12
- - call `preSubcommand` hook
+ - call `preSubcommand` hooks
13
- pass remaining arguments to subcommand, and process same way
14
15
Once reach final (leaf) command:
@@ -18,6 +18,6 @@ Once reach final (leaf) command:
18
- check for conflicting options
19
- check for unknown options
20
- process remaining args as command-arguments
21
-- call `preAction` hook
+- call `preAction` hooks
22
- call action handler
23
-- call `postAction` hook
+- call `postAction` hooks
0 commit comments