Fixed shell-config.xml to fix auto-completion for device-role command.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
41 | <action class="org.onlab.onos.cli.net.DeviceRoleCommand"/> | 41 | <action class="org.onlab.onos.cli.net.DeviceRoleCommand"/> |
42 | <completers> | 42 | <completers> |
43 | <ref component-id="deviceIdCompleter"/> | 43 | <ref component-id="deviceIdCompleter"/> |
44 | - <ref component-id="roleCompleter"/> | 44 | + <ref component-id="nodeIdCompleter"/> |
45 | <ref component-id="roleCompleter"/> | 45 | <ref component-id="roleCompleter"/> |
46 | <null/> | 46 | <null/> |
47 | </completers> | 47 | </completers> | ... | ... |
-
Please register or login to post a comment