fish-shell/share/completions/termux-media-scan.fish

14 lines
229 B
Fish
Raw Normal View History

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'