mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:03:57 +08:00
add --print-rusage-self to completions
This commit is contained in:
parent
c39950e49a
commit
f086064d72
|
@ -21,4 +21,6 @@ function __fish_complete_features
|
|||
printf "%s\n" "$arg_comma"$features #TODO: remove existing args
|
||||
end
|
||||
complete -c fish -s f -l features -d "Run with comma-separated feature flags enabled" -a "(__fish_complete_features)" -x
|
||||
complete -c fish -l print-rusage-self -d "Print stats from getrusage at exit" -f
|
||||
|
||||
complete -c fish -x -a "(__fish_complete_suffix .fish)"
|
Loading…
Reference in New Issue
Block a user