From 8029b64c69577f31c93dd54dc0fc71c4a097c0db Mon Sep 17 00:00:00 2001 From: Emily Seville Date: Sun, 7 Nov 2021 21:21:52 +1000 Subject: [PATCH] wineboot completions --- share/completions/wineboot.fish | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 share/completions/wineboot.fish diff --git a/share/completions/wineboot.fish b/share/completions/wineboot.fish new file mode 100644 index 000000000..93104aa7f --- /dev/null +++ b/share/completions/wineboot.fish @@ -0,0 +1,8 @@ +complete -c wine -s h -l help -d 'Show help and exit' +complete -c wine -s e -l end-session -d 'End the current session cleanly' +complete -c wine -s f -l force -d 'Force exit for processes that don\'t exit cleanly' +complete -c wine -s i -l init -d 'Perform initialization for first Wine instance' +complete -c wine -s k -l kill -d 'Kill running processes without any cleanup' +complete -c wine -s r -l restart -d 'Restart only, don\'t do normal startup operations' +complete -c wine -s s -l shutdown -d 'Shutdown only, don\'t reboot' +complete -c wine -s u -l update -d 'Update the wineprefix directory'