fish-shell/share/completions/termux-camera-photo.fish

14 lines
243 B
Fish
Raw Normal View History

set command termux-camera-photo
complete -c $command -f
complete -c $command \
-s h \
2024-09-29 14:39:22 +00:00
-d 'Show help'
complete -c $command \
-a '(__fish_termux_api__complete_camera_ids)' \
-s c \
2024-09-29 14:39:22 +00:00
-d 'Specify the ID of a camera' \
-x