diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-20 17:44:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-20 17:44:11 +0800 |
| commit | ec1e19edb02a03cd0abf50e7b7c041c14707ae39 (patch) | |
| tree | 597e79b540ce1f45a51f9bb108c65078c3bdc9f0 /scripts/completion_jv.sh | |
| parent | 9a5096a544b27c10c2b215508f855aa341a5f6a9 (diff) | |
feat: add jump and info commands
- Add jump command for file version switching
- Add info command for individual file status
- Update shell completion for new commands
Diffstat (limited to 'scripts/completion_jv.sh')
| -rwxr-xr-x | scripts/completion_jv.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/completion_jv.sh b/scripts/completion_jv.sh index c8bca32..69614ce 100755 --- a/scripts/completion_jv.sh +++ b/scripts/completion_jv.sh @@ -15,7 +15,11 @@ _jv_completion() { local subsubcmd="${words[2]}" # Subcommands - local base_commands="create init direct unstain account update sheet status here import export in out move mv docs exit use sheets accounts as make drop track hold throw login" + local base_commands="create init direct unstain account update \ + sheet status here import export in out \ + move mv docs exit use sheets accounts \ + as make drop track hold throw login \ + jump align" # Subcommands - Account local account_commands="list as add remove movekey mvkey mvk help" |
