mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
add missing space
This commit is contained in:
parent
713c98c13f
commit
7bcc432e32
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ func hwylCliImpl(cfg: CliCfg, root = false): NimNode =
|
|||
|
||||
subcommandCase.add nnkElse.newTree(
|
||||
quote do:
|
||||
hwylCliError("unknown subcommand" & `args`[0])
|
||||
hwylCliError("unknown subcommand " & `args`[0])
|
||||
)
|
||||
|
||||
runBody.add handleSubCommands.add subCommandCase
|
||||
|
|
Loading…
Reference in a new issue