mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
add setting to implement
This commit is contained in:
parent
94e5b87088
commit
f9f631aab1
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ type
|
||||||
val*: int
|
val*: int
|
||||||
|
|
||||||
type
|
type
|
||||||
# ----
|
|
||||||
CliSetting* = enum
|
CliSetting* = enum
|
||||||
|
# Propagate, ## Include parent command settings in subcommand
|
||||||
GenerateOnly, ## Don't attach root `runProc()` node
|
GenerateOnly, ## Don't attach root `runProc()` node
|
||||||
NoHelpFlag, ## Remove the builtin help flag
|
NoHelpFlag, ## Remove the builtin help flag
|
||||||
ShowHelp, ## If cmdline empty show help
|
ShowHelp, ## If cmdline empty show help
|
||||||
|
|
Loading…
Reference in a new issue