forked from ungleich-public/cdist
add file support
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
4207124c52
commit
9afb57412d
2 changed files with 62 additions and 26 deletions
|
|
@ -197,8 +197,8 @@ def commandline():
|
|||
help=('Where to create local files'))
|
||||
|
||||
parser['trigger'].add_argument(
|
||||
'-C', '--content', action='store', required=False,
|
||||
help=('What to store in created files'))
|
||||
'-S', '--source', action='store', required=False,
|
||||
help=('Which file to copy for creation'))
|
||||
|
||||
parser['trigger'].set_defaults(func=cdist.trigger.Trigger.commandline)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue