mirror of
https://github.com/vee1e/flare-floss.git
synced 2026-09-01 09:49:59 +00:00
generate bash/zsh/tcsh/fish/powershell completion scripts from the
argparse parser via shtab, so completions always match the CLI args
- floss --print-completion {bash,zsh,...} emits an installable script
- the sample positional completes file paths
- choice values (--string-type, --format, --language, --columns)
complete automatically from argparse definitions
- document per-shell installation in doc/usage.md
fixes #1350
|
||
|---|---|---|
| .. | ||
| installation.md | ||
| language_specific_strings.md | ||
| results_document.md | ||
| tags.md | ||
| test.md | ||
| theory.md | ||
| usage.md | ||