You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ command and subcommands (under the `commands` definition).
204
204
`help` | The header text to display when using `--help`. This option can have multiple lines. In this case, the first line will be used as summary wherever appropriate.
205
205
`version` | The string to display when using `--version`. *Applicable only in the main command*.
206
206
`default` | Setting this to `true` on any command, will cause any unrecognized command line to be passed to this command. *Applicable only in subcommands*.
207
-
`extensible` | Specify that this command can be [externally extended](#extensible-commands). *Applicable only in the main command*.
207
+
`extensible` | Specify that this command can be [externally extended](#extensible-scripts). *Applicable only in the main command*.
208
208
`examples` | Specify an array of examples to show when using `--help`. Each example can have multiple lines.
209
209
`environment_variables` | Specify an array of [environment variables](#environment-variable-options) needed by your script.
210
210
`commands` | Specify the array of [commands](#command-options). Each command will have its own args and flags. Note: if `commands` is provided, you cannot specify flags or args at the same level.
0 commit comments