Commit 08b37183 authored by Xavier Thompson's avatar Xavier Thompson

cli/format: Remove alter_user and alter_network

parent 66a23eed
......@@ -65,18 +65,6 @@ class FormatCommand(ConfigCommand):
help="Path to file to write definition of computer from "
"declaration.")
ap.add_argument('--alter_user',
choices=['True', 'False'],
default=argparse.SUPPRESS, #can't use default here because it would overwrite .cfg
help='Shall slapformat alter user database'
' (default: {})'.format(FormatConfig.alter_user))
ap.add_argument('--alter_network',
choices=['True', 'False'],
default=argparse.SUPPRESS, #can't use default here because it would overwrite .cfg
help='Shall slapformat alter network configuration'
' (default: {})'.format(FormatConfig.alter_network))
ap.add_argument('--now',
default=False, # can have a default as it is not in .cfg
action="store_true",
......
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