index
:
mingling.git
dev/mingling_pathf
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Add Introduction, Getting Started, and Features docs
魏曹先生
2026-06-15
8
-0
/
+686
|
*
Remove outdated 2-1 diagram files
魏曹先生
2026-06-15
2
-53
/
+0
|
*
Add pronunciation guide to project tagline
魏曹先生
2026-06-15
1
-0
/
+4
|
*
Add naming conventions documentation and update sidebar
Weicao-CatilGrass
2026-06-12
7
-52
/
+293
|
*
Add `allow(unused)` to generated main.rs
Weicao-CatilGrass
2026-06-12
1
-2
/
+2
|
*
Auto-insert `use mingling::prelude::*` and stream build stderr
Weicao-CatilGrass
2026-06-12
1
-11
/
+55
|
*
Pass through tool arguments to scripts and binaries
Weicao-CatilGrass
2026-06-12
2
-6
/
+10
|
*
Add prev/next page navigation plugin and styles
Weicao-CatilGrass
2026-06-12
5
-0
/
+156
|
*
Add optional single file argument to test runner
Weicao-CatilGrass
2026-06-12
1
-0
/
+36
|
*
Remove Chinese documentation files for initial version
Weicao-CatilGrass
2026-06-12
8
-1623
/
+15
|
*
Test markdown code blocks with dependency caching
Weicao-CatilGrass
2026-06-12
2
-38
/
+120
|
*
Simplify workspace exclude patterns and add workspace stanzas
Weicao-CatilGrass
2026-06-12
22
-29
/
+45
|
*
Remove --refresh-docs flag and reorganize CI phases
Weicao-CatilGrass
2026-06-12
1
-10
/
+16
|
*
Add CLI options for selective CI runs
Weicao-CatilGrass
2026-06-12
1
-9
/
+42
|
*
Add `.temp` directory to ignored paths in CI build
Weicao-CatilGrass
2026-06-11
2
-1
/
+71
|
*
Refactor test-readme into generic docs code block verifier
Weicao-CatilGrass
2026-06-11
5
-119
/
+280
|
*
Update author name in docs template
Weicao-CatilGrass
2026-06-10
1
-1
/
+1
|
*
Add favicon and replace icon across all pages
Weicao-CatilGrass
2026-06-10
7
-3
/
+5
|
*
Update repository icon in README
Weicao-CatilGrass
2026-06-10
2
-1
/
+1
|
*
Add repository migration notice to changelog
Weicao-CatilGrass
2026-06-10
1
-0
/
+7
|
*
Fix repository URL in Cargo.toml
Weicao-CatilGrass
2026-06-10
1
-1
/
+1
|
*
Update repository URLs to mingling-rs organization
Weicao-CatilGrass
2026-06-10
10
-33
/
+39
|
*
Format note as GitHub Alert in README
Weicao-CatilGrass
2026-06-10
1
-1
/
+3
|
*
Add README code block testing to CI pipeline
Weicao-CatilGrass
2026-06-10
5
-35
/
+1136
|
*
Add unit and integration tests for mingling_core
Weicao-CatilGrass
2026-06-09
41
-0
/
+4410
|
*
Add `-y` flag to skip the temp commit prompt
Weicao-CatilGrass
2026-06-09
2
-9
/
+17
|
*
Add COMPLETION_SUBCOMMAND and is_completing method
Weicao-CatilGrass
2026-06-09
4
-6
/
+38
|
*
Add get_args method to Program
Weicao-CatilGrass
2026-06-09
2
-0
/
+8
|
*
Remove misleading SAFETY comment in LazyRes force_init
Weicao-CatilGrass
2026-06-09
1
-2
/
+2
|
*
Add full-todolist example project
Weicao-CatilGrass
2026-06-09
10
-3
/
+550
|
*
Replace `OnceLock<Option<Box<dyn Any>>>` with custom `ProgramCell` type
Weicao-CatilGrass
2026-06-09
5
-23
/
+112
|
|
|
|
|
Reduces indirection and allows taking ownership of the program instance for proper cleanup before `process::exit()`
*
Add on-drop callback support to `LazyRes`
Weicao-CatilGrass
2026-06-08
1
-20
/
+145
|
*
Add issues document for common pain points
Weicao-CatilGrass
2026-06-08
1
-0
/
+87
|
*
Filter example directories by prefix
Weicao-CatilGrass
2026-06-08
1
-0
/
+4
|
*
Align color table columns in doc comment
Weicao-CatilGrass
2026-06-08
1
-21
/
+21
|
*
Refactor LazyRes to use enum and drop factory after init
魏曹先生
2026-06-07
1
-72
/
+113
|
*
Add LazyRes for lazy resource initialization
魏曹先生
2026-06-07
13
-3
/
+497
|
*
Add installer module and refactor error handling
魏曹先生
2026-06-07
2
-4
/
+7
|
*
Respect `--no-error` and `--quiet` flags when resolving manifest path
魏曹先生
2026-06-07
1
-2
/
+13
|
*
Replace show.workspace with show.workspace-dir command
魏曹先生
2026-06-07
2
-2
/
+62
|
*
Move error handling into its own module and add show.binaries command
魏曹先生
2026-06-07
6
-40
/
+114
|
*
Add hformat_cargo, hprintln_cargo macros and help rendering
魏曹先生
2026-06-07
9
-25
/
+345
|
*
Align help text formatting and add PATH placeholder
魏曹先生
2026-06-07
1
-9
/
+9
|
*
Refactor CLI entry points and move main logic to library
魏曹先生
2026-06-07
9
-95
/
+112
|
*
Rename cargo style functions and remove unused imports
魏曹先生
2026-06-07
3
-16
/
+33
|
*
Fix date format padding in version string
魏曹先生
2026-06-07
3
-8
/
+17
|
*
Remove duplicate shell completion generation
魏曹先生
2026-06-07
1
-1
/
+0
|
*
Add README for mling CLI tool
魏曹先生
2026-06-07
1
-0
/
+3
|
*
Refactor mling to use new program architecture and install scripts
魏曹先生
2026-06-07
28
-1170
/
+628
|
*
Remove unused import of ProgramPanic
魏曹先生
2026-06-07
1
-4
/
+1
|
[prev]
[next]