summary refs log tree commit diff stats
path: root/user/settings/fish/functions/help.fish
blob: e649f43e61f2388d2996f9c26657d1cb1d62d964 (plain)
1
2
3
function help
    $argv --help 2>&1 | bat --plan --language=help
end