mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
parent
c6ec423513
commit
f451499aa6
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ complete -c valgrind -s q -l quiet -d "Quiet mode"
|
|||
complete -c valgrind -s v -l verbose -d "Verbose mode"
|
||||
complete -xc valgrind -l trace-children -d "Valgrind-ise children" -a "yes no"
|
||||
complete -xc valgrind -l track-fds -d "Track file descriptors" -a "yes no"
|
||||
complete -xc valgrind -l logfile-fd -d "Log to file descriptor" -a "0 1 2 3 4 5 6 7 8 9"
|
||||
complete -rc valgrind -l logfile -d "Log to file"
|
||||
complete -xc valgrind -l log-fd -d "Log to file descriptor" -a "0 1 2 3 4 5 6 7 8 9"
|
||||
complete -rc valgrind -l log-file -d "Log to file"
|
||||
complete -xc valgrind -l logsocket -d "Log to socket"
|
||||
complete -c valgrind -l demangle -xd "Demangle C++ names" -a "yes no"
|
||||
complete -xc valgrind -l num-callers -d "Callers in stack trace"
|
||||
|
|
Loading…
Reference in a new issue