CommandLineTool.arguments_

Command line bindings which are not directly associated with input parameters. If the value is a string, it is used as a string literal argument. If it is an Expression, the result of the evaluation is used as an argument.

class CommandLineTool
Either!(None, Either!(string, Expression, CommandLineBinding)[]) arguments_;

Meta