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 e9b9310 commit 31f4cc2Copy full SHA for 31f4cc2
src/cli.toit
@@ -374,7 +374,7 @@ abstract class Option:
374
throw "Option can't be hidden and required."
375
376
/** Deprecated. Use --help instead of '--short-help'. */
377
- constructor.from-subclass .name --.short-name --short-help/string --required --hidden --multi --split-commas:
+ constructor.from-subclass .name --.short-name --short-help/string? --required --hidden --multi --split-commas:
378
help = short-help
379
name = to-kebab name
380
is-required = required
0 commit comments