Fixed shell-config.xml to fix auto-completion for device-role command.

This commit is contained in:
tom 2014-10-15 13:25:39 -07:00
parent 5e0aac0685
commit a6235a5a95

View File

@ -41,7 +41,7 @@
<action class="org.onlab.onos.cli.net.DeviceRoleCommand"/>
<completers>
<ref component-id="deviceIdCompleter"/>
<ref component-id="roleCompleter"/>
<ref component-id="nodeIdCompleter"/>
<ref component-id="roleCompleter"/>
<null/>
</completers>