cancerit / telomerecat

Telomerecat: The telomere computational analysis tool
GNU General Public License v3.0
18 stars 5 forks source link

command 'telomerecat' does not have option -v or -h #5

Closed byb121 closed 3 years ago

byb121 commented 4 years ago

As the title, however, it exits with 0 if use -h in the command line:

$ telomerecat -h

Unrecognised command: `-h`.
Refer to manual below for a list of valid commands
...
$ echo $?
0
keiranmraine commented 3 years ago

Standard for python commands to require --help, added a subcommand for version to next release