mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-22 17:25:51 -06:00
make help object a const
This commit is contained in:
parent
8340e76424
commit
bff6bc7c7c
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ func generateCliHelpProc(cfg: CliCfg, printHelpName: NimNode): NimNode =
|
|||
|
||||
result = quote do:
|
||||
proc `printHelpName`() =
|
||||
let help =
|
||||
const help =
|
||||
newHwylCliHelp(
|
||||
header = `header`,
|
||||
footer = `footer`,
|
||||
|
|
Loading…
Add table
Reference in a new issue