set cli complete-on-space
Syntax
set cli complete-on-space <on | off>Description
Configure the keys to use for command completion.
Default
When you type a space or tab, the CLI performs command completion.
Options
on—Allow both a space and a tab to be used for command completion.
off—Allow only a tab to be used for command completion.Usage Guidelines
See Setting Command Completion.
Required Privilege Level
Sample Output
user@host>set cli com<Space>user@host> set cli complete-on-spaceoffuser@host>set cli com<Tab>user@host> set cli complete-on-spaceonuser@host>