mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
add --print-rusage-self to completions
This commit is contained in:
parent
c39950e49a
commit
f086064d72
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue