Skip to content

Commit

Permalink
Remove completer
Browse files Browse the repository at this point in the history
I can explore this topic later if we want it. We could use a Python
library like argcomplete to automatically generate this if we want it,
or I can write a simple bash completion script.
  • Loading branch information
pedro-avalos committed Nov 15, 2024
1 parent 5ad6687 commit 6f3fb89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion cli/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ architectures:
apps:
testflinger-cli:
command: testflinger-cli
completer: testflinger-completion
environment:
LC_ALL: C.UTF-8
LANG: C.UTF-8
Expand Down
19 changes: 0 additions & 19 deletions cli/testflinger-completion

This file was deleted.

0 comments on commit 6f3fb89

Please sign in to comment.