Skip to content
Snippets Groups Projects
Commit edbde4e2 authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Add --no-trim flag to Controller.

parent d11914e0
No related branches found
No related tags found
No related merge requests found
......@@ -453,6 +453,10 @@ def parse_args(args):
action='store_true',
default=False,
help='Used to update data')
parser.add_argument('--no-trim',
action='store_true',
default=False,
help='Ensures output data will not be trimmed down'),
parser.add_argument('--input-edge-port',
type=int,
default=2060,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment