Python ArgParser Flags

parser.add_argument("-v", "--verbose", action="store_true",
                    help="verbose output")
Delightful Dormouse