mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-23 01:35:50 -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:
|
result = quote do:
|
||||||
proc `printHelpName`() =
|
proc `printHelpName`() =
|
||||||
let help =
|
const help =
|
||||||
newHwylCliHelp(
|
newHwylCliHelp(
|
||||||
header = `header`,
|
header = `header`,
|
||||||
footer = `footer`,
|
footer = `footer`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue