aboutsummaryrefslogtreecommitdiff
path: root/steuermann/__init__.py
blob: b811f1056719b8add6b5e8623912926661b0ab3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
__version__ = '2.0dev'

allowed_flags = { 
    '--all' : '-a'      ,
    '-a'    : ''        ,   # run all nodes non-interactively
    '-r'    : '='       ,   # give run name
    '-n'    : ''        ,   # do not actually execute any processes
    '-h'    : '='       ,   # give hosts (*.ini) file
}