Skip to content

Instantly share code, notes, and snippets.

View RobVaughn's full-sized avatar

Rob Vaughn RobVaughn

View GitHub Profile
@RobVaughn
RobVaughn / argparse-cookbook.txt
Last active October 28, 2023 21:51
Python 'argparse' Cookbook
### argparse Examples
Snippet for short and long version flags:
parser.add_argument('-b', '--block',
nargs="?",
action='store',
dest='block',
metavar='block',
help='stores a value in block for -b or --block')
@RobVaughn
RobVaughn / OtherProjects.txt
Created December 24, 2018 19:16
Projects in Other Git Repositories
https://github.com/ButtcoinBuzzwordBot