commit 3bf2e17a7f42549fc41d0b11c854912be2c6f9a7 parent 87cd1f5b216028121402ada8142b73e32e8d5320 Author: Sean Enck <sean@ttypty.com> Date: Fri, 9 Jun 2023 18:26:12 -0400 disable default completion behavior Diffstat:
| M | cmd/vers.txt | | | 4 | ++-- |
| M | internal/cli/completions.bash | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmd/vers.txt b/cmd/vers.txt @@ -1 +1 @@ -a934c11 -\ No newline at end of file +a934c11-1 +\ No newline at end of file diff --git a/internal/cli/completions.bash b/internal/cli/completions.bash @@ -64,4 +64,4 @@ _{{ $.Executable }}() { fi } -complete -F _{{ $.Executable }} -o bashdefault -o default {{ $.Executable }} +complete -F _{{ $.Executable }} -o bashdefault {{ $.Executable }}