commit c2a4d1585962381b38964c933b1c320c3b6d4f0f parent 73356a540fba4fce6062e4944747cac67a8ec0e6 Author: Sean Enck <sean@ttypty.com> Date: Sun, 6 Oct 2024 18:09:26 -0400 unused field Diffstat:
| M | internal/app/completions.go | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/internal/app/completions.go b/internal/app/completions.go @@ -26,7 +26,6 @@ type ( DoList string Executable string JSONCommand string - DefaultCompletion string HelpCommand string HelpAdvancedCommand string Options []CompletionOption