diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
| commit | fb2ffa849a2cf9251cc274ebea5daa9898579787 (patch) | |
| tree | 53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /.cargo | |
| parent | 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff) | |
Add shell completion system with descriptions and i18n support
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 213cffe..0e29823 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -41,17 +41,17 @@ platform = [ "linux", "macos" ] # Entries [copies.entry_bash] from = "scripts/deploy/jvn_bash.sh" -to = "jvn_bash.sh" +to = "jvn.sh" platform = [ "linux", "macos" ] [copies.entry_zsh] from = "scripts/deploy/jvn_zsh.zsh" -to = "jvn_zsh.zsh" +to = "jvn.zsh" platform = [ "linux", "macos" ] [copies.entry_fish] from = "scripts/deploy/jvn_fish.fish" -to = "jvn_fish.fish" +to = "jvn.fish" platform = [ "linux", "macos" ] ################## @@ -66,7 +66,7 @@ platform = [ "windows" ] # Entries [copies.entry_powershell] -from = "scripts/deploy/jvn.ps1" +from = "scripts/deploy/jvn_powershell.ps1" to = "jvn.ps1" platform = [ "windows" ] |
