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 @@
<action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
<completers>
<ref component-id="deviceIdCompleter"/>
<null/>
<null/>
</completers>
</command>
......