mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 22:14:53 +00:00
13 lines
240 B
Fish
13 lines
240 B
Fish
set command termux-camera-photo
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command \
|
|
-s h \
|
|
-d 'Show [h]elp'
|
|
|
|
complete -c $command \
|
|
-a '(__fish_termux_api__complete_camera_ids)' \
|
|
-s c \
|
|
-d 'Specify a [c]amera ID' \
|
|
-x
|