You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packageTest;
use Moo;
use MooX::Options;
option 'account_id'=> (is=>'ro', format=>'i', short=>'a|id');
1;
packagemain;
Test->new_with_options;
The result:
./test --help
USAGE: test [-h] [long options ...]
--account_id: Int
no doc for account_id
--usage:
show a short help message
-h:
show a compact help message
--help:
show a long help message
--man:
show the manual
I'm sorry for the duplicate test case (see #71), but they are two different things.
Best regards,
Emanuele
The text was updated successfully, but these errors were encountered:
The code:
The result:
I'm sorry for the duplicate test case (see #71), but they are two different things.
Best regards,
Emanuele
The text was updated successfully, but these errors were encountered: