argparse builder

Python 2.7 argparse builder (see github for sources). This webpage helps you to quickly create complex argparse interfaces. Active parts of this tool are written in brython (python dialect for the web browsers).

ArgumentParser object

prog
usage
description
epilog
add_help

Add a -h/–help option to the parser.

Arguments





flag: name: action:
nargs: const: default:
type: choices: required:
metavar: dest:

Output

Use spaces for indentation.