Skip to content

cells-sync completion bash

Generate the autocompletion script for bash

Synopsis

Generate the autocompletion script for the bash shell.

This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager.

To load completions in your current shell session:

1
source <(./cells-sync completion bash)

To load completions for every new session, execute once:

Linux:

1
./cells-sync completion bash > /etc/bash_completion.d/./cells-sync

macOS:

1
./cells-sync completion bash > $(brew --prefix)/etc/bash_completion.d/./cells-sync

You will need to start a new shell for this setup to take effect.

./cells-sync completion bash

Options

  -h, --help              help for bash
      --no-descriptions   disable completion descriptions

SEE ALSO


Auto generated by Cells Sync Client v0.9.5-alpha2 on 21-Sep-2023