Skip to content

fix ilts --completion-script-bash  #9

@wwalker

Description

@wwalker
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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions