diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:53:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-07 16:57:24 +0800 |
| commit | b47974c8ba498a65a4b18be1884727f719a7e65e (patch) | |
| tree | 21e19409dffa5609807354f0edd77e048bbe56f2 /mingling_cli | |
| parent | cc76b514a96331ca852d5a6cb1efabb72163722d (diff) | |
chore: rename CLI completion scripts to mling
Diffstat (limited to 'mingling_cli')
| -rw-r--r-- | mingling_cli/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_cli/build.rs b/mingling_cli/build.rs index 3ba921b..0dc0b28 100644 --- a/mingling_cli/build.rs +++ b/mingling_cli/build.rs @@ -7,7 +7,7 @@ fn main() { analyze_and_build_type_mapping().ok(); // Generate Mingling CLI Completion Scripts - build_comp_scripts("mingling-cli").unwrap(); + build_comp_scripts("mling").unwrap(); // Generate lint registry pre::gen_mod_file().unwrap(); |
