Files
nixpkgs/pkgs/by-name/uu/uuu/completion.bash

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
102 B
Bash
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
_uuu_autocomplete() {
COMPREPLY=($(uuu $1 $2 $3))
}
complete -o nospace -F _uuu_autocomplete uuu