Forrest logo
back to the kool tool

kool:tldr:7322e

kool: Print the completion script for the specified shell.
$ kool completion ${select}
try on your machine

The command "kool completion ${select}" is using the kool command line tool to generate completion scripts for a specified shell (represented by the ${select} variable).

The "kool completion" command is a feature provided by the kool tool that generates shell completion scripts, which allow you to use auto-completion for kool commands and options when typing on the command line.

The "${select}" portion of the command is a placeholder for the name of the shell you want to generate the completion script for. It should be replaced with the actual name of the shell, such as "bash" or "zsh". For example, if you want to generate a completion script for the bash shell, you would use the command: "kool completion bash".

By running this command, kool will generate the appropriate completion script for the specified shell, which you can then use to enable auto-completion for kool commands and options in your shell.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the kool tool