arguments property

  1. @protected
ArgResults? arguments
getter/setter pair

Additional options for command

Useful if you command's behavior should be different depending on some circumstances. Usually you don't need to populate this class yourself, at worst you will just copy it from already populated instance. Variable usually filled automatically using Command.withArguments and getParser

Implementation

@protected
ArgResults? arguments;