Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

profclaw completion <shell>

Description

Generate shell completion scripts for tab-completion of profClaw commands, subcommands, and flags.

Subcommands

SubcommandDescription
bashGenerate bash completion script
zshGenerate zsh completion script
fishGenerate fish completion script

Setup

# Add to ~/.bashrc
eval "$(profclaw completion bash)"