Update junos_config.py (#62221)

Add the commands alias to match UX of IOS, EOS etc.
pull/62247/head
Ajay Chenampara 5 years ago committed by Ganesh Nalawade
parent 1c3effe92e
commit 991b865cb6

@ -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…
Cancel
Save