Update junos_config.py (#62221)
Add the commands alias to match UX of IOS, EOS etc.
This commit is contained in:
parent
1c3effe92e
commit
991b865cb6
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ def main():
|
|||
dir_path=dict(type='path')
|
||||
)
|
||||
argument_spec = dict(
|
||||
lines=dict(type='list'),
|
||||
lines=dict(aliases=['commands'], type='list'),
|
||||
|
||||
src=dict(type='path'),
|
||||
src_format=dict(choices=['xml', 'text', 'set', 'json']),
|
||||
|
|
Loading…
Add table
Reference in a new issue