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


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 Set Command Completion.

Required Privilege Level

view

Sample Output

user@host> set cli com<Space>
user@host> set cli complete-on-space off
user@host> set cli com<Tab>
user@host> set cli complete-on-space on
user@host>

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