diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-11 18:29:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-11 18:29:57 +0800 |
| commit | 1eb5306fe6e0e09970b37d267051589d8133a824 (patch) | |
| tree | 67dc49cd20ec213ed674e877268cd69633e68690 /mingling_core/src/lib.rs | |
| parent | 0b9d890fd9764fa3ec0b749f4b15610e49e3cb8d (diff) | |
Implement basic command completion with shell support
Diffstat (limited to 'mingling_core/src/lib.rs')
| -rw-r--r-- | mingling_core/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index dacc1b4..b4124a9 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -55,3 +55,5 @@ pub mod build { #[cfg(feature = "comp")] pub use crate::builds::comp::*; } + +pub mod debug; |
