App-Cmd
App-Cmd copied to clipboard
Add an option to allow altering @ARGV
Say I would like handle some of the CLI options directly in my application, and pass the rest to another external command. In this case I would like the behavior of Getopt::Long::Descriptive: @ARGV retains only those options not parsed.