commit | 307ca97aba7bb3786036de90a924985984b5a482 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Feb 15 13:47:36 2018 -0800 |
committer | Thomas Vachuska <tom@opennetworking.org> | Thu Feb 15 22:30:23 2018 +0000 |
tree | b7fe83ae0c501f2736d5f80babf8b32142127ef9 | |
parent | 0e814b38f0282df348e339b33f777f2d3e2cf2bb [diff] |
Only allow tab completion for one DeviceID in `links` command Change-Id: I794018b10ebc2070ed1fc7226990aa4efd572c31
diff --git a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml index 00ecdee..9033d43 100644 --- a/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -248,6 +248,7 @@ <action class="org.onosproject.cli.net.LinksListCommand"/> <completers> <ref component-id="deviceIdCompleter"/> + <null/> <!-- no more arguments --> </completers> </command>