aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant generic parameter from Program struct魏曹先生2026-04-2511-92/+69
|
* Rename dispatcher_chain.rs to dispatcher.rs魏曹先生2026-04-252-2/+2
|
* Add docsify flexible alerts plugin and update callout syntaxWeicao-CatilGrass2026-04-245-6/+20
|
* Restore starting directory after PowerShell script executionWeicao-CatilGrass2026-04-243-0/+6
|
* Update CHANGELOG to mark release 0.1.6 as yanked0.1.6-yankedWeicao-CatilGrass2026-04-241-1/+1
|
* Update changelog for 0.1.6 with Windows build fix and cautionWeicao-CatilGrass2026-04-241-1/+5
|
* fix: Add explicit type annotation to collect call in ProgramWeicao-CatilGrass2026-04-241-1/+1
|
* Add PowerShell scripts for running Clippy on Rust projectsWeicao-CatilGrass2026-04-242-0/+12
|
* Revert ChainProcess changes from commit 3785202魏曹先生2026-04-221-1/+4
|
* Add workspace configuration and update dependencies魏曹先生2026-04-2211-572/+77
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-2212-250/+187
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Rename and refactor clippy scripts魏曹先生2026-04-222-4/+2
|
* Sync README.md魏曹先生2026-04-221-1/+1
|
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-2111-49/+25
|
* Update README with link for version 0.1.6魏曹先生2026-04-201-1/+1
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-2012-18/+46
|
* Add clippy scripts and apply clippy suggestions魏曹先生2026-04-205-18/+32
|
* Update version badge to 0.1.6魏曹先生2026-04-202-2/+2
|
* Update example to use synchronous program execution魏曹先生2026-04-201-3/+2
|
* Remove async from main example in README魏曹先生2026-04-201-3/+2
|
* Add async feature documentation魏曹先生2026-04-206-2/+121
| | | | | | | Add new async feature page and update sidebar and features list. Rename section headers in parser and general renderer for consistency. Expand completion documentation with usage and script generation details.
* Add intro section and remove phantom renderers from docs魏曹先生2026-04-202-24/+6
|
* Add initial CHANGELOG.md for release 0.1.6魏曹先生2026-04-201-0/+39
|
* Register type in Groupped derive macro魏曹先生2026-04-201-0/+2
|
* Make `pick_or` accept `Into<TNext>` for default value魏曹先生2026-04-201-4/+4
|
* Move type registration to pack! and Groupped macros魏曹先生2026-04-206-49/+31
|
* Add missing import for std::env on non-Windows platforms魏曹先生2026-04-191-0/+3
|
* Bump version to 0.1.6魏曹先生2026-04-1911-23/+23
| | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5
* Remove unnecessary `.into()` calls in chain functions魏曹先生2026-04-192-8/+8
|
* Support both async and sync functions with async feature enabled魏曹先生2026-04-191-24/+38
|
* Remove async from dispatcher parsing functions魏曹先生2026-04-192-6/+5
|
* Add documentation for the general_renderer feature魏曹先生2026-04-191-0/+70
|
* Fix macro registration in basic tutorial docs魏曹先生2026-04-193-3/+2
|
* Remove async runtime requirement from examples魏曹先生2026-04-1911-87/+61
|
* Add HTTP server script for local docs preview魏曹先生2026-04-191-0/+2
|
* Make async an optional feature魏曹先生2026-04-1921-208/+303
|
* Add core prefix to roadmap items 0.1.6, 0.1.8, and 0.1.9魏曹先生2026-04-181-3/+3
|
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-184-18/+16
|
* Update docs links and roadmap for upcoming releases魏曹先生2026-04-182-10/+22
|
* Add AnyOutput and ChainProcess conversion impls魏曹先生2026-04-181-0/+43
|
* Remove outdated planning document from source directory魏曹先生2026-04-181-7/+0
|
* Extract chain and renderer registration into separate macros魏曹先生2026-04-184-44/+129
|
* Reorganize dependencies into feature-specific groups魏曹先生2026-04-181-2/+6
|
* Fix Windows UTF-16 argument handling in PowerShell completion魏曹先生2026-04-172-1/+22
|
* Update example command name from mycmd to fruit魏曹先生2026-04-151-5/+5
|
* Add parser feature documentation with comprehensive example魏曹先生2026-04-151-0/+374
|
* Add after_or_route method to picker builder魏曹先生2026-04-151-2/+28
|
* Add Features section to documentation魏曹先生2026-04-155-0/+37
|
* Add documentation for Dispatcher, Chain, and Renderer魏曹先生2026-04-153-0/+226
|
* Add type registration for CompletionContext魏曹先生2026-04-152-12/+8
|