commit | 9bbc9444ff4c95c033c6b0be9de0237cf8bcdbaa | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Mon Oct 13 10:27:45 2014 -0700 |
committer | Ray Milkey <ray@onlab.us> | Mon Oct 13 10:27:45 2014 -0700 |
tree | 6655d89e0847a94015016ccef1d2ff6af8fdb5a3 | |
parent | 6e501739fbbe64725f7dd4038a905f260c21f082 [diff] |
Make CLI completers stop filling values when command line is complete Added <null> tags to terminate <completers> lists in the CLI shell config. These null values stop completers from adding extra arguments at the end of commands. If a <null> is not added at the end of a list of completers, that means use the last completer as many times as possible.