aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unnecessary string conversions in macro type registration魏曹先生2026-04-153-9/+6
|
* Add register_type macro and use it in chain and renderer macros魏曹先生2026-04-154-5/+21
|
* Add #[doc(hidden)] to macro-generated structs魏曹先生2026-04-154-0/+4
|
* Rename refresh-examples to refresh-docs and add quiet flag魏曹先生2026-04-153-5/+12
|
* Update helpdoc badge to use "latest" instead of version number魏曹先生2026-04-142-2/+2
|
* Add helpdoc badge linking to GitHub Pages site魏曹先生2026-04-142-2/+8
|
* Add documentation for Mingling CLI framework魏曹先生2026-04-1413-0/+1526
|
* Simplify setup macro to accept any program parameter type魏曹先生2026-04-141-59/+7
|
* Add argument filtering and CLI build support魏曹先生2026-04-147-18/+76
|\
| * Rename add_dispatcher module to dispatcher_mgr and add remove commandWeicao-CatilGrass2026-04-145-18/+43
| |
| * Add `strip_all_flags` method and `operate_args` methodWeicao-CatilGrass2026-04-142-0/+33
| |
* | Change global argument and flag handlers to FnMut魏曹先生2026-04-141-4/+4
| |
* | Update toml dependency to version 1.1.2魏曹先生2026-04-143-25/+13
| |
* | Update README and add docs README generation魏曹先生2026-04-142-41/+60
| |
* | Move resource files to docs directory魏曹先生2026-04-146-2/+2
| |
* | Add script support to run-tools utilities魏曹先生2026-04-144-13/+38
|/ | | | | | The run-tools.ps1 and run-tools.sh scripts now support running both Rust binaries and shell scripts. They check dev_tools/scripts first, then dev_tools/src/bin. Also added a simple HTTP preview script.
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-132-72/+88
|
* Remove unused Span import and make enum_desc optional魏曹先生2026-04-131-7/+6
|
* Simplify attribute parsing for enum_desc and enum_rename魏曹先生2026-04-131-40/+7
|
* Add enum_rename attribute to EnumTag macro魏曹先生2026-04-132-5/+49
|
* Add Pickable implementation for enums with EnumTag trait魏曹先生2026-04-133-5/+24
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-1311-176/+218
|
* Update completion script generation API魏曹先生2026-04-133-28/+24
|
* Update README badge URLs and expand textWeicao-CatilGrass2026-04-121-3/+3
|
* Update docs.rs badge link to version 0.1.5Weicao-CatilGrass2026-04-121-1/+1
|
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass2026-04-124-3/+36
|
* Remove registry source from local workspace dependenciesWeicao-CatilGrass2026-04-122-8/+0
|
* Improve PowerShell completion script parsing and output handlingWeicao-CatilGrass2026-04-121-56/+91
|
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass2026-04-122-18/+24
|
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass2026-04-122-32/+73
|
* Switch mingling dependencies from crates.io to local pathsWeicao-CatilGrass2026-04-122-6/+2
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-124-4/+4
|
* Add Unplanned Features section to README魏曹先生2026-04-121-2/+13
|
* Update release status for completion feature in roadmap魏曹先生2026-04-121-3/+3
|
* Update Cargo.lock for published mingling crates0.1.5魏曹先生2026-04-126-4/+28
|
* Update mingling_macros to version 0.1.4魏曹先生2026-04-125-6/+6
|
* Add architecture diagram to README魏曹先生2026-04-123-0/+230
|
* Add comments to example completion function魏曹先生2026-04-122-0/+12
|
* Change code blocks in examples from rust to ignore魏曹先生2026-04-123-12/+12
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-127-18/+336
|
* Filter out __comp node and improve debug logging in completion helper魏曹先生2026-04-121-11/+16
|
* Update documentation for features and examples魏曹先生2026-04-111-2/+7
|
* Fix example doc comment indentation and header trimming魏曹先生2026-04-112-118/+118
|
* Add dev tools to generate example documentation魏曹先生2026-04-119-158/+608
|
* Update project name and add shadow icon魏曹先生2026-04-112-1/+1
|
* Add project branding and update README structure魏曹先生2026-04-116-8/+196
| | | | | | | | | - Add project icon and badges to README - Update crate description to "The Rust CLI Framework" - Add table of contents and improve section organization - Move guide.txt to resources directory and update version reference - Add example-completion Cargo.lock for new example - Remove unused main.rs file