Skip to content

Instantly share code, notes, and snippets.

@ConceitedCode
Created November 15, 2013 04:18
Show Gist options
  • Save ConceitedCode/7478996 to your computer and use it in GitHub Desktop.
Save ConceitedCode/7478996 to your computer and use it in GitHub Desktop.
https://github.com/saltstack/salt/blob/f4bea9a815ac8162c6d3220f29aa787a7cd2f5c2/salt/modules/iptables.py#L455
BEFORE
add_arg('-A', '--append', dest='append', action='append')
AFTER
add_arg('-A', '--append', dest='append', action='append', nargs='*')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment