<div dir="ltr"><div><div>In the "short options" paragraph (<a href="http://docs.python.org/2/howto/argparse.html#short-options">http://docs.python.org/2/howto/argparse.html#short-options</a>), please specify that when only the short option is provided for one argument, the value of the option can be accessed by using the name of the short option without the '-' character.<br>
<br></div>Example:<br><br>parser.add_argument("-b", help="builds the application", action="store_true")<br><br>if (args.b == True):<br><br></div>Thanks,<br>Vincenzo.<br></div>