A sequence of option instances is used to control how the arguments are parsed and is typically passed to the following words from a command-line program:
Some text to include in the help display after the options.
In the case that you want to pass an option lookalike as a positional argument, for example --foo then you can pass it after -- to indicate that the remaining arguments should be interpreted as positional arguments.
Sub-commands are supported using the with-commands word.