mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:41:42 +08:00
Completion for cleanmgr command
This commit is contained in:
parent
bedb20e4b3
commit
555166425b
7
share/completions/cleanmgr.fish
Normal file
7
share/completions/cleanmgr.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
complete --command cleanmgr --no-files --arguments '/d\t"Use drive to clean-up"
|
||||
/sageset\t"Show the Disk Cleanup Settings dialog box and also create a registry key to store the settings that you select"
|
||||
/sagerun\t"Run the specified tasks that are assigned to the n value if you use the /sageset option"
|
||||
/tuneup\t"Run /sageset and /sagerun for the same n"
|
||||
/lowdisk\t"Use default settings"
|
||||
/verylowdisk\t"Use default settings and hide all prompts"
|
||||
/?\t"Show help"'
|
Loading…
Reference in New Issue
Block a user