Constant ap::POSITIONAL_HANDLER_OPT[][src]

pub const POSITIONAL_HANDLER_OPT: char = '"';
Expand description

If an Arg is registered with this value, all positional (non-option) arguments will be passed to the handler.

Notes

  • Similar to Settings::ignore_unknown_posn_args, but whereas that option will entirely ignore positional arguments, this feature will redirect them to your handler for processing.