Command-Tab-Complete

The Command-Tab-Complete option enables command tab completion for CommandPrompter.

Usage

You can configure the Command-Tab-Complete by editing the "config.yml" file as follows:

# Enable command tab complete
# for CommandPrompter
Command-Tab-Complete: true

In this example, command tab completion is enabled (true).

Explanation

Enabling the Command-Tab-Complete option allows CommandPrompter to provide tab completion functionality for commands. This feature assists users by suggesting or automatically completing commands based on the input provided.

Example

To disable command tab completion, use the following configuration:

Command-Tab-Complete: false

This will deactivate command tab completion for CommandPrompter.

Last updated