Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Removed old help function.

This commit is contained in:
Einar Ryeng 2007-02-27 16:25:48 +00:00
parent 1ba4bf5f82
commit bf1ad1be87
1 changed files with 2 additions and 17 deletions

View File

@ -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: