From 6581362e1eecb743c3c373fb5a9b070b2002c35b Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 24 Aug 2022 20:03:14 +0200 Subject: [PATCH] Remove debug-stack-frames from fish completions This was broken in the move to FLOG. Fixes #9155 --- share/completions/fish.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/completions/fish.fish b/share/completions/fish.fish index feb20f273..0cc46619c 100644 --- a/share/completions/fish.fish +++ b/share/completions/fish.fish @@ -10,7 +10,6 @@ complete -c fish -s p -l profile -d "Output profiling information (excluding sta 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" complete -c fish -s P -l private -d "Do not persist history" function __fish_complete_features