Open ajschumacher opened 9 years ago
Maybe a convention to follow can be that __blah
can refer to blah
for the command line?
# Naming convention:
# A leading underscore means the function takes "self"
# A trailing underscore means the function takes parser "args"
this will help with #15 (test properly) as well