fish-shell/share/completions/termux-call-log.fish
EmilyGraceSeville7cf de426323be fix(completion): clean up code
- reformat code
- remove redundant functions
2024-09-30 01:42:20 +10:00

13 lines
301 B
Fish

set -l command termux-call-log
complete -c $command -f
complete -c $command -s h -d 'Show help'
complete -c $command -s l -x \
-a '10\tdefault' \
-d 'Limit the amount of listed calls'
complete -c $command -s o -x \
-a '0\tdefault' \
-d 'Start listing calls with the specified one'