aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
Commit message (Collapse)AuthorAgeFilesLines
* Add support for resource injection in `#[chain]` macro魏曹先生2026-05-071-0/+6
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-072-2/+2
|
* Apply clippy suggestions in chain related filesWeicao-CatilGrass2026-05-041-11/+11
|
* Add missing articles and improve documentation魏曹先生2026-05-038-0/+55
|
* Add repl feature flag across workspace crates魏曹先生2026-05-031-0/+1
|
* Add Display derive and testing utilities for Next enum魏曹先生2026-05-024-0/+110
|
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+1
|
* Remove `full` feature from all crates魏曹先生2026-05-021-2/+0
|
* Add nightly feature flag for Rust nightly-only functionality魏曹先生2026-05-021-0/+1
|
* Fix comment and constrain ProgramCollect generic bounds魏曹先生2026-04-292-2/+2
|
* Extract `build_comp_script` logic into `build_comp_script_to`魏曹先生2026-04-281-4/+23
|
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-0/+482
|
* Add global resource system to Program魏曹先生2026-04-274-2/+129
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-273-10/+0
|
* Rename feature `clap_parser` to `clap`魏曹先生2026-04-262-4/+4
|
* Add clap_parser feature to mingling_core with help output behavior魏曹先生2026-04-262-0/+18
| | | | config
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-256-0/+67
|
* Add clap_parser feature and refactor dispatcher macro internals魏曹先生2026-04-251-0/+2
|
* Remove redundant generic parameter from Program struct魏曹先生2026-04-257-86/+59
|
* fix: Add explicit type annotation to collect call in ProgramWeicao-CatilGrass2026-04-241-1/+1
|
* Revert ChainProcess changes from commit 3785202魏曹先生2026-04-221-1/+4
|
* Add workspace configuration and update dependencies魏曹先生2026-04-221-482/+0
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-228-165/+169
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-212-2/+2
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-202-2/+2
|
* Add clippy scripts and apply clippy suggestions魏曹先生2026-04-201-1/+1
|
* Add missing import for std::env on non-Windows platforms魏曹先生2026-04-191-0/+3
|
* Bump version to 0.1.6魏曹先生2026-04-192-2/+2
| | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5
* Make async an optional feature魏曹先生2026-04-195-31/+186
|
* 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
|
* Change global argument and flag handlers to FnMut魏曹先生2026-04-141-4/+4
|
* Update toml dependency to version 1.1.2魏曹先生2026-04-142-13/+7
|
* Add script support to run-tools utilities魏曹先生2026-04-141-1/+1
| | | | | | 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.
* Add Pickable implementation for enums with EnumTag trait魏曹先生2026-04-131-1/+3
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-133-0/+15
|
* Update completion script generation API魏曹先生2026-04-131-20/+16
|
* 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
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-123-3/+3
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-123-1/+153
|
* Filter out __comp node and improve debug logging in completion helper魏曹先生2026-04-121-11/+16
|
* Add dev tools to generate example documentation魏曹先生2026-04-111-0/+3
|
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-1/+209
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-117-25/+25
|
* Add debug feature flag to trace_ctx function魏曹先生2026-04-111-0/+1
|
* Implement basic command completion with shell support魏曹先生2026-04-114-21/+252
|
* Add debug logging feature with env_logger integration魏曹先生2026-04-112-0/+108
|
* Add shell completion script generation feature魏曹先生2026-04-1111-26/+428
|