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:
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:
This will deactivate command tab completion for CommandPrompter.
Last updated