fish-shell/share/completions/termux-camera-photo.fish
2024-09-30 00:39:22 +10:00

13 lines
243 B
Fish

set command termux-camera-photo
complete -c $command -f
complete -c $command \
-s h \
-d 'Show help'
complete -c $command \
-a '(__fish_termux_api__complete_camera_ids)' \
-s c \
-d 'Specify the ID of a camera' \
-x