Committed by
Gerrit Code Review
Fixing completion config
- AnnotateDeviceCommand takes device ID only on 1st parameter Change-Id: Ib51efad6559a2faa5cbf7955698dc45e9b5a43c3
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or login to post a comment