Modules§
Macros§
- arg
- Output documentation for your arguments. Write argument name followed by a
description. This macro replaces underscores in long-name argument token with
hyphens (e.g.:
flag!(--my_arg)
. ->"--my-arg"
) - flag
- Command line argument flag for on/off state.
- option
- Optional command line argument with associated value.