mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
13 lines
223 B
Fish
13 lines
223 B
Fish
set command termux-media-scan
|
|
|
|
complete -c $command \
|
|
-s h \
|
|
-d 'Show help'
|
|
|
|
complete -c $command \
|
|
-s r \
|
|
-d 'Scan directories recursively'
|
|
|
|
complete -c $command \
|
|
-s v \
|
|
-d 'Show verbose messages'
|