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