mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed 'column display' options as there is no code handling this
function
This commit is contained in:
parent
1b70ef6cba
commit
e41bcc41d3
1 changed files with 0 additions and 5 deletions
|
@ -221,11 +221,6 @@ def main():
|
|||
default=False,
|
||||
dest='list_dir',
|
||||
help='List available modules')
|
||||
p.add_option("-c", "--list-columns",
|
||||
action="store_true",
|
||||
default=False,
|
||||
dest='list_columns',
|
||||
help='List modules in columns')
|
||||
p.add_option("-s", "--snippet",
|
||||
action="store_true",
|
||||
default=False,
|
||||
|
|
Loading…
Reference in a new issue