Make a whole bunch of things work

This commit is contained in:
2018-10-17 20:05:22 -04:00
parent 87d1c7513e
commit 187a572c13
8 changed files with 192 additions and 117 deletions

View File

@ -883,9 +883,9 @@ def net_acl_remove(net, rule, direction):
@click.option(
'--in/--out', 'direction',
is_flag=True,
required=True,
required=False,
default=None,
help='Inbound or outbound rule set.'
help='Inbound or outbound rule set only.'
)
@click.argument(
'net'