143
143
# make an initial attempt to parse the command line, looking only for
147
147
opts, args = getopt.gnu_getopt(
152
152
# we only show help if there are no non-option arguments (e.g.,
153
153
# a command) specified. If a command has been specified it will
154
154
# have to be parsed and --help will be handled by it, instead)