mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
remove trailing whitespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
_cheatsh_complete_curl()
|
||||
_cheatsh_complete_curl()
|
||||
{
|
||||
local cur prev opts
|
||||
_get_comp_words_by_ref -n : cur
|
||||
@@ -12,7 +12,7 @@ _cheatsh_complete_curl()
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
__ltrim_colon_completions "$cur"
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
}
|
||||
complete -F _cheatsh_complete_curl curl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user