mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 22:14:53 +00:00
14 lines
229 B
Fish
14 lines
229 B
Fish
|
set command termux-media-scan
|
||
|
|
||
|
complete -c $command \
|
||
|
-s h \
|
||
|
-d 'Show [h]elp'
|
||
|
|
||
|
complete -c $command \
|
||
|
-s r \
|
||
|
-d 'Scan directories [r]ecursively'
|
||
|
|
||
|
complete -c $command \
|
||
|
-s v \
|
||
|
-d 'Show [v]erbose messages'
|