diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 16:50:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 16:50:57 +0800 |
| commit | 58ef8a8f42a68c7a81118ef9120705730ce3f458 (patch) | |
| tree | 80f302b07f011d2e636f5f8d3ec815fe6a4dafab /mingling_core/src/builds.rs | |
| parent | 839326946560166da84c04d4770385795d96cff0 (diff) | |
Add shell completion script generation feature
Diffstat (limited to 'mingling_core/src/builds.rs')
| -rw-r--r-- | mingling_core/src/builds.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_core/src/builds.rs b/mingling_core/src/builds.rs new file mode 100644 index 0000000..0123c82 --- /dev/null +++ b/mingling_core/src/builds.rs @@ -0,0 +1,3 @@ +#[doc(hidden)] +#[cfg(feature = "comp")] +pub mod comp; |
