diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-10 16:47:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-10 16:47:40 +0800 |
| commit | b18749170b6006e53976dbb6df9f59a3b9c34127 (patch) | |
| tree | a0f9288fdc9082e26daab218167da1f54521d32b /mingling_core/src/asset/comp/flags.rs | |
| parent | 3bb5afcbe01ad16293a66084dc1ad35f3378a833 (diff) | |
Add completion macro infrastructure without logic
Diffstat (limited to 'mingling_core/src/asset/comp/flags.rs')
| -rw-r--r-- | mingling_core/src/asset/comp/flags.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_core/src/asset/comp/flags.rs b/mingling_core/src/asset/comp/flags.rs index b432b08..0762d0d 100644 --- a/mingling_core/src/asset/comp/flags.rs +++ b/mingling_core/src/asset/comp/flags.rs @@ -1,6 +1,7 @@ use just_fmt::snake_case; #[derive(Default, Debug, Clone)] +#[cfg_attr(feature = "general_renderer", derive(serde::Serialize))] pub enum ShellFlag { #[default] Bash, |
