mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 19:26:36 +02:00
Remove accidentally added bash completion file
This commit is contained in:
parent
674bcc107e
commit
0dfabd3867
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
#/usr/bin/env bash
|
|
||||||
|
|
||||||
_snow_chibi_completions() {
|
|
||||||
if [ "${#COMP_WORDS[@]}" -gt "2" ]
|
|
||||||
then
|
|
||||||
COMPREPLY=($(compgen -f -- "${COMP_WORDS[COMP_CWORD]}"))
|
|
||||||
else
|
|
||||||
COMPREPLY=($(compgen -W "search show install upgrade remove status package gen-key reg-key sign verify upload index update implementations help" "${COMP_WORDS[COMP_CWORD]}"))
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
complete -o bashdefault -F _snow_chibi_completions snow-chibi
|
|
Loading…
Add table
Reference in a new issue