readme: highlight shell completion support

This commit is contained in:
lakshit verma 2026-08-26 16:18:45 +05:30
parent 9f9fdec1c2
commit 17bd07bff8
No known key found for this signature in database

View file

@ -97,6 +97,9 @@ Display the help/usage screens:
$ floss -h # show all supported arguments
Enable tab completion for flags, choice values, and file paths with `floss --print-completion bash`
(also zsh, fish); installation instructions are in [doc/usage.md](doc/usage.md#shell-completions).
For a detailed description of using FLOSS, review the documentation
[here](doc/usage.md).