mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
13 lines
243 B
Fish
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
|