mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
feat(completion): support termux-media-scan command
This commit is contained in:
parent
8729f94fb3
commit
05706a86df
1 changed files with 13 additions and 0 deletions
13
share/completions/termux-media-scan.fish
Normal file
13
share/completions/termux-media-scan.fish
Normal 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'
|
Loading…
Reference in a new issue