diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-25 13:22:16 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-25 13:22:16 +0800 |
| commit | fece037f453006c83c45825e3649495180eb30c9 (patch) | |
| tree | 5ce6f59c1daf525eeb73ce54393b9cd572774a53 /src/bin/jvn_comp.rs | |
| parent | 8f69598f6abfb2b3db076a15fed85c9c186ccbde (diff) | |
Split Unix completion script entry into separate bash/zsh/fish versions
Diffstat (limited to 'src/bin/jvn_comp.rs')
| -rw-r--r-- | src/bin/jvn_comp.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/jvn_comp.rs b/src/bin/jvn_comp.rs index 546beda..572164c 100644 --- a/src/bin/jvn_comp.rs +++ b/src/bin/jvn_comp.rs @@ -31,7 +31,10 @@ const GLOBAL_FLAGS: &[&str] = &[ "-v", ]; -const LANGUAGES: [&str; 2] = ["en", "zh-CN"]; +const LANGUAGES: [&str; 2] = [ + "en", // English + "zh-CN", // 简体中文 +]; fn main() { // If not in release mode, initialize env_logger to capture logs |
