From 3a86ce87c0a8d8fcc4d4d9e4091933923408bc03 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Fri, 20 Oct 2023 01:38:03 +0800 Subject: [PATCH] Add `--verbose` completion to `fish_key_reader` This was missing from #8467. (cherry picked from commit 84e6344c9140b99b280a854532b5285248528982) --- share/completions/fish_key_reader.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/fish_key_reader.fish b/share/completions/fish_key_reader.fish index bab66cac0..0eeff233a 100644 --- a/share/completions/fish_key_reader.fish +++ b/share/completions/fish_key_reader.fish @@ -1,3 +1,4 @@ complete -c fish_key_reader -s h -l help -d 'Display help and exit' complete -c fish_key_reader -s v -l version -d 'Display version and exit' complete -c fish_key_reader -s c -l continuous -d 'Start a continuous session' +complete -c fish_key_reader -s V -l verbose -d 'Output timing and explain sequence'