mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
13 lines
229 B
Fish
13 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'
|