aboutsummaryrefslogtreecommitdiff
path: root/steuermann/__init__.py
blob: e8355d911349cbe95123abc5cd72c2becdbeedb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
from .version import *

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
}