Subject: | Short options cannot be separated from their value |
Hi,
The attached zip file contains an app which uses MooX::Cmd (0.008) with MooX::Options (4.005).
The subcommand 'doit' defines an option value with a short form 'v'.
These work:
% perl topt2 doit --value 3
$VAR1 = '3';
% perl topt2 doit -v3
$VAR1 = '3';
This doesn't:
% perl topt2 doit -v 3
Option v requires an argument
USAGE: topt2 [-hv] [long options...]
[...]
Thanks,
Diab
Subject: | cmd.zip |
Message body not shown because it is not plain text.