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.ps1 | |
| parent | 54b5567d6f1b1adaa6ada6a26faba0c5c492b7f3 (diff) | |
Add shell completions for new jvn CLI
Diffstat (limited to 'scripts/deploy/jv_cli.ps1')
| -rw-r--r-- | scripts/deploy/jv_cli.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deploy/jv_cli.ps1 b/scripts/deploy/jv_cli.ps1 index 2761137..3de330a 100644 --- a/scripts/deploy/jv_cli.ps1 +++ b/scripts/deploy/jv_cli.ps1 @@ -47,10 +47,10 @@ Set-Alias jmv jmv ### COMPLETION ### ################## -if (Test-Path "$SCRIPT_DIR\comp\jv.ps1") { +if (Test-Path "$SCRIPT_DIR\_legacy\comp\jv.ps1") { . "$SCRIPT_DIR\comp\jv.ps1" } -if (Test-Path "$SCRIPT_DIR\comp\jvv.ps1") { +if (Test-Path "$SCRIPT_DIR\_legacy\comp\jvv.ps1") { . "$SCRIPT_DIR\comp\jvv.ps1" } |
