From f9f631aab1b63feb890dde92cea7fe3448ae9799 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 12 Nov 2024 12:51:45 -0600 Subject: [PATCH] add setting to implement --- src/hwylterm/hwylcli.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwylterm/hwylcli.nim b/src/hwylterm/hwylcli.nim index 4fb2caa..1dfaba5 100644 --- a/src/hwylterm/hwylcli.nim +++ b/src/hwylterm/hwylcli.nim @@ -124,8 +124,8 @@ type val*: int type - # ---- CliSetting* = enum + # Propagate, ## Include parent command settings in subcommand GenerateOnly, ## Don't attach root `runProc()` node NoHelpFlag, ## Remove the builtin help flag ShowHelp, ## If cmdline empty show help