summaryrefslogtreecommitdiff
path: root/scripts/completions/bash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/completions/bash')
-rw-r--r--scripts/completions/bash/completion_jv.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/completions/bash/completion_jv.sh b/scripts/completions/bash/completion_jv.sh
index be5afc6..604fb8c 100644
--- a/scripts/completions/bash/completion_jv.sh
+++ b/scripts/completions/bash/completion_jv.sh
@@ -16,8 +16,7 @@ _jv_completion() {
# Subcommands
local base_commands="create init direct unstain account update \
- sheet status here import export in out \
- move mv docs exit use sheets accounts \
+ sheet status here move mv docs exit use sheets accounts \
as make drop track hold throw login \
jump align"
@@ -222,7 +221,7 @@ _jv_completion() {
"move"|"mv")
COMPREPLY=($(compgen -f -- "$cur"))
;;
- "import"|"export"|"in"|"out"|"track"|"hold"|"throw")
+ "track"|"hold"|"throw")
COMPREPLY=($(compgen -f -- "$cur"))
;;
esac