bash completion: Complete file names after '-f' and '-l'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 4 Dec 2020 17:19:22 +0000 (18:19 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 4 Dec 2020 22:45:08 +0000 (23:45 +0100)
commit611ae310f4ca1d93600c280e940a69b07e20c350
treea3055acc3b3ed51053b2ac5ba68b2923c0cf0f1f
parentc2352335ca3ccbfee5b1581a832e38bc9a15c4f9
bash completion: Complete file names after '-f' and '-l'.

* etc/completion/bash/guix (_guix_is_dash_f, _guix_is_dash_l): New
functions.
(_guix_complete): Complete file names after 'guix package -f', 'guix
build -f', and 'guix environment -l'.
etc/completion/bash/guix