mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 14:51:15 -03:00
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user