diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-22 20:21:41 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-22 20:21:41 +0800 |
| commit | d7c9ad94113cca2f782666e37a0aa4fb7b8d7d86 (patch) | |
| tree | 323dfc74a274463500ac52c7bb7b83029b771411 /dev_tools/src | |
| parent | 232f31c6649e6348a5b0b64362f185f7f4db1dc0 (diff) | |
Support qualified type paths in four macros
Diffstat (limited to 'dev_tools/src')
| -rw-r--r-- | dev_tools/src/bin/ci.rs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev_tools/src/bin/ci.rs b/dev_tools/src/bin/ci.rs index c0afd2d..d1071ab 100644 --- a/dev_tools/src/bin/ci.rs +++ b/dev_tools/src/bin/ci.rs @@ -13,10 +13,11 @@ fn print_help() { println!("Usage: ci [options]"); println!(); println!("Options:"); - println!(" -h, --help Print this help message"); - println!(" -y Auto-confirm temporary commits"); - println!(" --test-docs Run documentation tests (build, clippy, test)"); - println!(" --test-codes Test examples and documentation code blocks"); + println!(" -h, --help Print this help message"); + println!(" -y Auto-confirm temporary commits"); + println!(" --refresh-docs Refresh documentation files"); + println!(" --test-docs Run documentation tests (build, clippy, test)"); + println!(" --test-codes Test examples and documentation code blocks"); println!(); println!("If no specific options are given, all checks are run."); } |
