mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
add mdimport completion
This commit is contained in:
parent
848495d4cf
commit
180c211dd2
1 changed files with 13 additions and 0 deletions
13
share/completions/mdimport.fish
Normal file
13
share/completions/mdimport.fish
Normal file
|
@ -0,0 +1,13 @@
|
|||
# completion for mdimport (macOS)
|
||||
|
||||
complete -c mdimport -s g -r -d 'Import files using the listed plugin'
|
||||
complete -c mdimport -s V -f -d 'Print timing information for this run'
|
||||
complete -c mdimport -s A -f -d 'Print out the list of all of the attributes and exit'
|
||||
complete -c mdimport -s X -f -d 'Print out the schema file and exit'
|
||||
complete -c mdimport -s r -f -d 'Ask the server to reimport files for UTIs claimed by the listed plugin'
|
||||
complete -c mdimport -s p -f -d 'Print out performance information gathered during the run'
|
||||
complete -c mdimport -s L -f -d 'Print the list of installed importers and exit'
|
||||
complete -c mdimport -s d -x -a '1 2 3 4' -d 'Print debugging information'
|
||||
complete -c mdimport -s n -f -d 'Dont send the imported attributes to the data store'
|
||||
complete -c mdimport -s w -x -d 'Wait for the specified interval between scanning files'
|
||||
complete -c mdimport -s o -r -d 'Write the imported attributes to a file'
|
Loading…
Reference in a new issue