File tree Expand file tree Collapse file tree
src/cfengine_cli/cfengine_wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,16 @@ def parse_wrapper_args(subp: argparse._SubParsersAction):
3535 default = None ,
3636 )
3737
38- subp .add_parser ("build" , help = "Build a policy set from a CFEngine Build project\n \
39- A wrapper arount the cfbs `build`-function." )
40- sp = subp .add_parser ("deploy" , help = "Deploy policy-set (masterfiles) to hub\n \
41- A wrapper around the cf-remote `deploy`-function with some added niceties." )
38+ subp .add_parser (
39+ "build" ,
40+ help = """Build a policy set from a CFEngine Build project.
41+ A wrapper around the cfbs `build`-function.""" ,
42+ )
43+ sp = subp .add_parser (
44+ "deploy" ,
45+ help = """Deploy policy-set (masterfiles) to hub.
46+ A wrapper around the cf-remote `deploy`-function with some added niceties.""" ,
47+ )
4248 sp .add_argument ("--hub" , help = "Hub(s) to deploy to" , type = str )
4349 sp .add_argument (
4450 "masterfiles" ,
You can’t perform that action at this time.
0 commit comments