mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
feat(completion): support termux-call-log command
This commit is contained in:
parent
1e2368f609
commit
ca613ee7b0
1 changed files with 17 additions and 0 deletions
17
share/completions/termux-call-log.fish
Normal file
17
share/completions/termux-call-log.fish
Normal file
|
@ -0,0 +1,17 @@
|
|||
set command termux-call-log
|
||||
|
||||
complete -c $command \
|
||||
-s h \
|
||||
-d 'Show [h]elp'
|
||||
|
||||
complete -c $command \
|
||||
-a '10\tdefault' \
|
||||
-s l \
|
||||
-d '[l]imit the amount of listed calls' \
|
||||
-x
|
||||
|
||||
complete -c $command \
|
||||
-a '0\tdefault' \
|
||||
-s o \
|
||||
-d 'Start listing calls with a specific one' \
|
||||
-x
|
Loading…
Reference in a new issue