Skip to content

Commit

Permalink
More completion.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Mar 31, 2021
1 parent 0092662 commit 7b2350f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash-completion
Expand Up @@ -32,7 +32,7 @@ _liquidsoap()
;;

*)
_liquidsoap_reply+=("-c --check --conf-descr --conf-descr-key --conf-dump -d --daemon --debug -h --help -i --interactive --list-functions-md --list-plugins --list-protocols-md --no-pervasives --parse-only --profile --quiet -r --strict --version -v --verbose")
_liquidsoap_reply+=("-c --check --conf-descr --conf-descr-key --conf-dump -d --daemon --debug -h --help -i --interactive --list-conf-keys --list-functions --list-functions-md --list-extra-functions-md --list-plugins --list-protocols-md --no-pervasives --parse-only --profile --quiet -r --strict --version -v --verbose")
compgen_opt+=(-o filenames -f)
;;
esac
Expand Down

0 comments on commit 7b2350f

Please sign in to comment.