tailorctl completion bash

To load the completions, run:

. <(tailorctl completion bash)

To configure your bash shell to load the completions for each session, add the following line to ~/.bashrc or ~/.profile:

command -v tailorctl >/dev/null && . <(tailorctl completion bash)

Usage

tailorctl completion bash [flags]

Flags

  -h, --help   help for bash

See also