bash completions: also mark 'do' as a completable command.
(ie. minimal/do)
This commit is contained in:
parent
3c256dee9b
commit
96347f3d83
1 changed files with 1 additions and 1 deletions
|
|
@ -37,4 +37,4 @@ __redo_completions()
|
|||
COMPREPLY=($(compgen -W "$targets" "$cur"))
|
||||
}
|
||||
|
||||
complete -F __redo_completions -o plusdirs -o filenames redo
|
||||
complete -F __redo_completions -o plusdirs -o filenames redo do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue