Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

completion delete

The delete subcommand removes an existing dynamic variable completion.

Usage

intelli-shell completion delete [OPTIONS] <VARIABLE>

Arguments

  • <VARIABLE> The variable name of the completion to delete.

Options

  • -c, --command <COMMAND>

    The root command of the completion to delete. If not provided, it will delete the global completion for the specified variable.

Examples

Delete a global dynamic completion

This will delete the completion for the container variable that applies to all commands.

intelli-shell completion delete container

Delete a command-specific dynamic completion

This will delete the completion for the branch variable that is specific to git commands.

intelli-shell completion delete --command git branch