feat(completion): support termux-media-scan command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-15 09:06:26 +10:00
parent 8729f94fb3
commit 05706a86df

View file

@ -0,0 +1,13 @@
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'