feat(aa-log): update shell completion.
This commit is contained in:
parent
643a84997e
commit
e8c6befc78
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
_aa-log() {
|
||||
COMPREPLY=()
|
||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
local args=(-f -d -h)
|
||||
local args=(-f -s -h)
|
||||
local lastarg="${COMP_WORDS[$COMP_CWORD-1]}"
|
||||
COMPREPLY+=($(compgen -W "${args[*]}" -- ${cur}))
|
||||
if [[ $lastarg == "-f" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue