diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-14 22:12:30 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-14 22:40:12 +0800 |
| commit | 72f80ea51f25256d0c463c2f3dc3d8670cfc4634 (patch) | |
| tree | b200a3ab1a4c718034458863570a064b52bafdcd /scripts/deploy/jv_cli.sh | |
| parent | 54b5567d6f1b1adaa6ada6a26faba0c5c492b7f3 (diff) | |
Add shell completions for new jvn CLI
Diffstat (limited to 'scripts/deploy/jv_cli.sh')
| -rwxr-xr-x | scripts/deploy/jv_cli.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/deploy/jv_cli.sh b/scripts/deploy/jv_cli.sh index 80ff757..b5212af 100755 --- a/scripts/deploy/jv_cli.sh +++ b/scripts/deploy/jv_cli.sh @@ -58,11 +58,11 @@ alias jvu='jv update' ### COMPLETION ### ################## -if [ -f "$SCRIPT_DIR/comp/jv.sh" ]; then - source "$SCRIPT_DIR/comp/jv.sh" +if [ -f "$SCRIPT_DIR/_legacy/comp/jv.sh" ]; then + source "$SCRIPT_DIR/_legacy/comp/jv.sh" fi -if [ -f "$SCRIPT_DIR/comp/jvv.sh" ]; then - source "$SCRIPT_DIR/comp/jvv.sh" +if [ -f "$SCRIPT_DIR/_legacy/comp/jvv.sh" ]; then + source "$SCRIPT_DIR/_legacy/comp/jvv.sh" fi ################## |
