mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
ecfabf4db8
The RETURN_IN_ORDER argparse mode (enabled via leading '-') causes non-options (i.e. positionals) to be returned intermixed with options in the original order, instead of being permuted to the end. Such positionals are identified via the option sentinel of char code 1. Use a real named constant for this return, rather than weird stuff like '\u{1}' |
||
---|---|---|
.. | ||
src | ||
widestring-suffix | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml |