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
@@ -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).
207
+
`extensible` | Specify that this command can be [externally extended](#extensible-commands).*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.
@@ -264,7 +264,7 @@ set.
264
264
`required` | Specify if this variable is required.
265
265
266
266
267
-
## Extensible Commands
267
+
## Extensible Scripts
268
268
269
269
You may configure your generated bash script to delegate any unknown command
270
270
to an external executable, by setting the `extensible` option to either `true`,
0 commit comments