davidpng / FCS_Database

Program to scrape an FCS directory of metadata
GNU General Public License v3.0
3 stars 2 forks source link

Fix top-level help [low priority] #58

Open hermands opened 9 years ago

hermands commented 9 years ago

Why doesn't ./flowanal.py -h list the Analysis_Script and not the list of all subcommands/

(flow_anal-env)hermands@yeti:~/repos/flow_anal$ ./flowanal.py -h IM HERE ['-h'] usage: flowanal.py Analysis_Script [-h] [-V] [-v] [-q] [--logfile FILE] {help,test} ...

Created on Wed 07 Jan 2015 02:34:58 PM PST Assembles analysis scripts and provides top-level script.

Author: David Ng, MD

optional arguments: -h, --help show this help message and exit -V, --version Print the version number and exit -v, --verbose Increase verbosity of screen output (eg, -v is verbose, -vv more so) -q, --quiet Suppress output --logfile FILE Write logging messages to FILE [default stderr]

actions: {help,test} help Detailed help for actions using help <action> test This is a dummy test script for analysis