index
:
mingling.git
doc-page
main
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mingling
/
src
/
example_docs.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Gate extra_macros items behind the feature flag
魏曹先生
10 days
1
-1
/
+1
|
*
Add implicit dispatcher macro with auto-derived names
魏曹先生
10 days
1
-17
/
+55
|
*
Move entry, route, and program_setup macros to extra_macros feature
魏曹先生
10 days
1
-6
/
+5
|
|
|
|
|
|
Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used.
*
Update doc examples and fix code references in setups
Weicao-CatilGrass
10 days
1
-51
/
+51
|
*
Rework examples and add entry macro for testing
Weicao-CatilGrass
10 days
1
-336
/
+1280
|
*
Refactor renderer to use injected resources directly
Weicao-CatilGrass
12 days
1
-7
/
+3
|
*
Add CI workflow for cross-platform testing
魏曹先生
13 days
1
-1
/
+2
|
*
Refactor REPL hooks into modular setups and add new hook types
魏曹先生
13 days
1
-27
/
+41
|
*
Add `empty_result!` macro and `REPL` resource, improve examples
魏曹先生
2026-05-19
1
-7
/
+166
|
*
Rename `NextProcess` to `Next` across the codebase
Weicao-CatilGrass
2026-05-17
1
-11
/
+11
|
*
Update example docs to use prelude and add resource injection example
魏曹先生
2026-05-16
1
-20
/
+82
|
*
Refactor general_renderer into granular format-specific features
魏曹先生
2026-05-16
1
-0
/
+2
|
*
Add test tool for examples and update exit code demo
Weicao-CatilGrass
2026-05-13
1
-3
/
+4
|
*
Add convenient `update_exit_code` and `exit_code` helper functions
Weicao-CatilGrass
2026-05-13
1
-3
/
+2
|
*
Add example doc for exit code usage
Weicao-CatilGrass
2026-05-13
1
-0
/
+57
|
*
Add `builds` feature and install completion scripts
Weicao-CatilGrass
2026-05-11
1
-3
/
+13
|
*
Add CI tooling and cargo alias `ci`
Weicao-CatilGrass
2026-05-09
1
-111
/
+111
|
*
Add dispatch tree example and update doc version references
魏曹先生
2026-05-08
1
-1
/
+64
|
*
Enforce `NextProcess` return type in chain functions and update examples
魏曹先生
2026-05-02
1
-61
/
+58
|
*
Remove `marker::NextProcess` and generate it via `gen_program!`
Weicao-CatilGrass
2026-04-27
1
-15
/
+9
|
*
Update project description and example doc ordering
Weicao-CatilGrass
2026-04-26
1
-48
/
+48
|
*
Add async example demonstrating tokio integration
魏曹先生
2026-04-25
1
-0
/
+69
|
*
Remove async runtime requirement from examples
魏曹先生
2026-04-19
1
-19
/
+12
|
*
Simplify examples by removing AnyOutput usage
魏曹先生
2026-04-18
1
-9
/
+8
|
*
Update example to use EnumTag and PickableEnum
魏曹先生
2026-04-13
1
-36
/
+44
|
*
Update completion script generation API
魏曹先生
2026-04-13
1
-4
/
+4
|
*
Trim trailing whitespace in generated examples file
Weicao-CatilGrass
2026-04-12
1
-1
/
+1
|
*
Add comments to example completion function
魏曹先生
2026-04-12
1
-0
/
+6
|
*
Change code blocks in examples from rust to ignore
魏曹先生
2026-04-12
1
-9
/
+9
|
*
Add ShellContext helper methods for completion logic
魏曹先生
2026-04-12
1
-8
/
+9
|
*
Fix example doc comment indentation and header trimming
魏曹先生
2026-04-11
1
-117
/
+117
|
*
Add dev tools to generate example documentation
魏曹先生
2026-04-11
1
-0
/
+382