From b00e3e750d118c35b0949b78c1a59242aeb43082 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 25 Dec 2025 16:14:13 +0800 Subject: Replace import/export commands with share command --- scripts/completions/bash/completion_jv.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/completions/bash') 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 -- cgit