Skip to content

Commit

Permalink
Add digit option to the example script
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Apr 24, 2015
1 parent 5ded818 commit e3c0a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
$specs->add('long', 'long option name only.' );
$specs->add('s', 'short option name only.' );
$specs->add('m', 'short option m');
$specs->add('4', 'short option with digit');

$printer = new ConsoleOptionPrinter;
echo $printer->render($specs);
Expand Down

0 comments on commit e3c0a02

Please sign in to comment.