Generate shell completions (bash, zsh, fish) via clap's built-in derive support. Filename arguments (download, rm) should complete against the user's document list by querying the PDS. Static completions for subcommands and flags come free from clap_complete.
Generate shell completions (bash, zsh, fish) via clap's built-in derive support. Filename arguments (download, rm) should complete against the user's document list by querying the PDS. Static completions for subcommands and flags come free from clap_complete.