From 727934c6b6deb7a375531f3886e535eb4fc36d2a Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Mon, 5 Jul 2021 21:12:21 +0800 Subject: [PATCH] Fix duplicate `-p` flag in `fish` completion --- share/completions/fish.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/fish.fish b/share/completions/fish.fish index 149a18a94..2369dcdc3 100644 --- a/share/completions/fish.fish +++ b/share/completions/fish.fish @@ -6,7 +6,7 @@ complete -c fish -s n -l no-execute -d "Only parse input, do not execute" complete -c fish -s i -l interactive -d "Run in interactive mode" complete -c fish -s l -l login -d "Run as a login shell" complete -c fish -s p -l profile -d "Output profiling information (excluding startup) to a file" -r -complete -c fish -s p -l profile-startup -d "Output startup profiling information to a file" -r +complete -c fish -l profile-startup -d "Output startup profiling information to a file" -r complete -c fish -s d -l debug -d "Specify debug categories" -x -a "(fish --print-debug-categories | string replace ' ' \t)" complete -c fish -s o -l debug-output -d "Where to direct debug output to" -rF complete -c fish -s D -l debug-stack-frames -d "Show specified # of frames with debug output" -x -a "(seq 128)\t\n"