diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:18:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-18 09:18:38 +0800 |
| commit | ee3c2e39ac8456712bf21bd5f3d300d9c8b5605a (patch) | |
| tree | cb7657bb54cf6c223d8c6f65d9c0f031aa4fb1d8 /mingling_ci/src/cmd.rs | |
| parent | b3aa0a08848ccd01cd7a4ecef6ff5bf46719af85 (diff) | |
feat(ci-new): add show-features command to list documented features
Diffstat (limited to 'mingling_ci/src/cmd.rs')
| -rw-r--r-- | mingling_ci/src/cmd.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_ci/src/cmd.rs b/mingling_ci/src/cmd.rs index 471a7af..30d65a1 100644 --- a/mingling_ci/src/cmd.rs +++ b/mingling_ci/src/cmd.rs @@ -1,3 +1,4 @@ pub(crate) mod cmd_report_clean; pub(crate) mod cmd_report_collect; +pub(crate) mod cmd_show_features; pub(crate) mod cmd_show_manifests; |
