Scripting improvements¶ argparse can now be used without option specifications, to allow using --min-args, --max-args or for commands that take no options (but might in future) (#9006): function my_copy argparse --min-args 2 -- $argv or return cp $argv end COPY set --show now...
Scripting improvements¶ argparse can now be used without option specifications, to allow using --min-args, --max-args or for commands that take no options (but might in future) (#9006): function my_copy argparse --min-args 2 -- $argv or return cp $argv end COPY set --show now...