Skip to content

Commit 5095a63

Browse files
committed
update autocomplete
Signed-off-by: Zen <[email protected]>
1 parent aa3f538 commit 5095a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

completion/ugrd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _ugrd_autocomplete() {
44
prev="${COMP_WORDS[COMP_CWORD-1]}"
55
args="--build-logging --no-build-logging -c --config --kernel-version --kver --clean --no-clean --validate --no-validate --hostonly --no-hostonly\
66
--lspci --no-lspci --lsmod --no-lsmod --firmware --no-firmware --autodetect-root --no-autodetect-root --autodetect-root-luks\
7-
--no-autodetect-root-luks --print-config out_file"
7+
--no-autodetect-root-luks --print-config -d --debug --help -h -dd --verbose --log-file --log-level -v --version"
88

99
COMPREPLY=()
1010

@@ -14,7 +14,7 @@ _ugrd_autocomplete() {
1414
return 0
1515
;;
1616
--kernel-version|--kver)
17-
COMPREPLY=( "$(compgen -W "$(ls /lib/modules)" -- "${cur}")" )
17+
COMPREPLY=( "$(compgen -W "$(ls /lib/modules)" -- "${cur}")" )
1818
return 0
1919
;;
2020
*)

0 commit comments

Comments
 (0)