Removed old help function.
This commit is contained in:
parent
1ba4bf5f82
commit
bf1ad1be87
19
bin/fluents
19
bin/fluents
|
@ -9,25 +9,10 @@ import cfgparse, optparse
|
||||||
PROGRAM_NAME = 'fluents'
|
PROGRAM_NAME = 'fluents'
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.1.0'
|
||||||
|
|
||||||
def show_help():
|
|
||||||
print 'fluent %s' % VERSION
|
|
||||||
print 'This software is released under the GNU General Public Licence'
|
|
||||||
print
|
|
||||||
print 'Usage: fluent [options]'
|
|
||||||
print
|
|
||||||
print 'Description:'
|
|
||||||
print ' Fluent is a lightweight data analysis application for bilinear models.'
|
|
||||||
print
|
|
||||||
print 'Options:'
|
|
||||||
print ' -h --help Show this help text'
|
|
||||||
print ' -l --list-workflows Lists available workflows'
|
|
||||||
print ' -w --workflow=<wf> Generates a new project based on workflow wf.'
|
|
||||||
print
|
|
||||||
|
|
||||||
def list_workflows():
|
def list_workflows():
|
||||||
print 'fluent %s' % VERSION
|
print 'fluents %s' % VERSION
|
||||||
print
|
print
|
||||||
print 'Workflows:'
|
print 'Available workflows:'
|
||||||
|
|
||||||
wfs = workflow.workflow_list()
|
wfs = workflow.workflow_list()
|
||||||
for wf in wfs:
|
for wf in wfs:
|
||||||
|
|
Reference in New Issue