HIGUCHI Yuta
Committed by Gerrit Code Review

Fixing completion config

- AnnotateDeviceCommand takes device ID only on 1st parameter

Change-Id: Ib51efad6559a2faa5cbf7955698dc45e9b5a43c3
...@@ -146,6 +146,8 @@ ...@@ -146,6 +146,8 @@
146 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/> 146 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
147 <completers> 147 <completers>
148 <ref component-id="deviceIdCompleter"/> 148 <ref component-id="deviceIdCompleter"/>
149 + <null/>
150 + <null/>
149 </completers> 151 </completers>
150 </command> 152 </command>
151 153
......