2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-30 22:03:29 +00:00
fish-shell/share/completions/kmutil.fish

12 lines
372 B
Fish
Raw Normal View History

# SYNOPSIS
# kmutil <subcommand>
# kmutil <load|unload|showloaded>
# kmutil <find|libraries|print-diagnostics>
# kmutil <create|inspect|check|log|dumpstate>
# kmutil <clear-staging|trigger-panic-medic>
# kmutil -h
2023-02-10 19:47:49 +00:00
if test "$(command -s kmutil)" = /usr/bin/kmutil
command kmutil --generate-completion-script=fish | source
end