Don't expect apply arg at beginning of command

This commit is contained in:
William Wernert
2021-02-22 11:29:30 -05:00
parent 4bcb7403a9
commit e65c9e5c7c

View File

@@ -334,7 +334,6 @@ def main():
apply_help='After updating rule configuration, apply the idstools state.' apply_help='After updating rule configuration, apply the idstools state.'
main_parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter) main_parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter)
main_parser.add_argument('--apply', action='store_const', const=True, required=False, help=apply_help)
subcommand_desc = textwrap.dedent( subcommand_desc = textwrap.dedent(
"""\ """\