mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-19 03:11:09 +02:00
Fixed shell-config.xml to fix auto-completion for device-role command.
This commit is contained in:
parent
5e0aac0685
commit
a6235a5a95
@ -41,7 +41,7 @@
|
|||||||
<action class="org.onlab.onos.cli.net.DeviceRoleCommand"/>
|
<action class="org.onlab.onos.cli.net.DeviceRoleCommand"/>
|
||||||
<completers>
|
<completers>
|
||||||
<ref component-id="deviceIdCompleter"/>
|
<ref component-id="deviceIdCompleter"/>
|
||||||
<ref component-id="roleCompleter"/>
|
<ref component-id="nodeIdCompleter"/>
|
||||||
<ref component-id="roleCompleter"/>
|
<ref component-id="roleCompleter"/>
|
||||||
<null/>
|
<null/>
|
||||||
</completers>
|
</completers>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user