Skip to content

Commit

Permalink
Document noHdr.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jan 22, 2024
1 parent 15f5d88 commit a3a222e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cligen.nim
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ macro dispatchGen*(pro: typed{nkSym}, cmdName: string="", doc: string="",
##``stopWords`` is a ``seq[string]`` of words beyond which ``-.*`` no longer
##signifies an option (like the common sole ``--`` command argument).
##
##``noHdr`` is a (mostly internal) flag to suppress emitting "Usage:" header
##in generated help tables (e.g. in a multi-command).
##
##``mergeNames`` gives the ``cmdNames`` param passed to ``mergeParams``, which
##defaults to ``@[cmdName]`` if ``mergeNames`` is ``@[]``.
##
Expand Down

0 comments on commit a3a222e

Please sign in to comment.