diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:19:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 11:19:04 +0800 |
| commit | 9113bf0fa1b60eaea4f4c3f9687b1c0e4f124715 (patch) | |
| tree | 9e5612fead34af00696e1369551d69820a1830ea /mingling_ci/src/lib.rs | |
| parent | 021e04b9a65e43071c18dc4dbea4f4ac27318e20 (diff) | |
feat(ci-new): add refresh tools for docs, examples, and features
Add three utility commands to regenerate generated files:
- `docsify-refresh`: fix code-box blank lines and regenerate sidebars
- `example-refresh`: regenerate example docs module and examples index
- `features-refresh`: regenerate the features module from Cargo.toml
Diffstat (limited to 'mingling_ci/src/lib.rs')
| -rw-r--r-- | mingling_ci/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/lib.rs b/mingling_ci/src/lib.rs index fad8d72..8ce8ce7 100644 --- a/mingling_ci/src/lib.rs +++ b/mingling_ci/src/lib.rs @@ -17,6 +17,7 @@ pub mod reporter; pub(crate) mod examples; pub(crate) mod markdown; pub(crate) mod progress; +pub(crate) mod tools; #[help] pub fn render_fallback(_: EntryFallback) -> String { |
