-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
wwalker@polonium:~ ✘ $ ilts --completion-script-bash
_ilts - In Line Time Stamper_bash_autocomplete() {
local cur prev opts base
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
opts=$( ${COMP_WORDS[0]} --completion-bash ${COMP_WORDS[@]:1:$COMP_CWORD} )
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
}
complete -F _ilts - In Line Time Stamper_bash_autocomplete ilts - In Line Time Stamper
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels