Subject: | global options and usage description |
I am trying to figure out how to use global options (global_opt_spec,
global_options, set_global_options). Some pod would be nice. I am trying
to read dist::zilla as an example code.There is something that I consider
a bug.
$dzil commands
dzil [-Iv] [long options...] <command>
-v --verbose log additional output
-I --lib-inc additional @INC dirs
But dzil/App::Cmd doesn't accept options just after dzil/the script. In
other words:
$dzil build -v #works
$dzil -v build #doesn't work