Skip to content

Completion Bash#

Command: completion bash

Shorthands:

The pars completion bash command provides autocompletion support for the pars CLI in the Bash shell. This feature enhances the user experience by allowing easy navigation and selection of commands, flags, and arguments using the Tab key.

Usage#

pars completion bash [flags]
Example

Classic usage

pars completion bash
# bash completion V2 for pars -- shell-script --

...

# ex: ts=4 sw=4 et filetype=sh

Flags#

Installation#

To load completions

pars completion bash > /etc/bash_completion.d/pars
pars completion bash > $(brew --prefix)/etc/bash_completion.d/pars

This documentation provides a comprehensive overview of the pars completion bash command, including installation instructions, usage examples, and details about global flags. By enabling autocompletion for Bash, you can enhance your productivity and streamline your workflow with the pars CLI.