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