Add shortcuts for the prefix and sufix code options

parent ef680b48
......@@ -338,12 +338,12 @@ def _get_parser():
default=None,
dest="filename")
parser.add_argument(
"--prefix",
"-p", "--prefix",
dest="prefix_code",
default="",
help="Arbitrary python code to be executed just before the Manifest")
parser.add_argument(
"--sufix",
"-s", "--sufix",
dest="sufix_code",
default="",
help="Arbitrary python code to be executed just after the Manifest")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment