Completions

Utilities for generating shell completion scripts from Arguments definitions.

This object provides functions to generate completion scripts for various shells, enabling tab completion of command-line options and arguments in interactive shells.

Functions

Link copied to clipboard

Generates a Bash shell completion script for the given Arguments instance.

Link copied to clipboard

Generates a Fish shell completion script for the given Arguments instance.

Link copied to clipboard

Generates a Zsh shell completion script for the given Arguments instance.