Closed byb121 closed 3 years ago
As the title, however, it exits with 0 if use -h in the command line:
-h
$ telomerecat -h Unrecognised command: `-h`. Refer to manual below for a list of valid commands ... $ echo $? 0
Standard for python commands to require --help, added a subcommand for version to next release
--help
As the title, however, it exits with 0 if use
-h
in the command line: