mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 22:14:53 +00:00
19 lines
335 B
Fish
19 lines
335 B
Fish
set command termux-call-log
|
|
|
|
complete -c $command -f
|
|
|
|
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
|