[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Setting Command Completion

By default, you can press Tab or the Spacebar to have the CLI complete a command.

To have the CLI allow only a tab to complete a command, use the set cli complete-on-space off command:

user@host> set cli complete-on-space off
Disabling complete-on-space
user@host>

To re-enable the use of both spaces and tabs for command completion, use the set cli complete-on-space on command:

user@host> set cli complete-on-space on
Enabling complete-on-space
user@host>

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]