aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src
Commit message (Expand)AuthorAgeFilesLines
* Add panic catch for program execution魏曹先生2026-05-156-24/+95
* Rename `set_instance_and_run` to `exec_wrapper` and remove doc comments魏曹先生2026-05-151-6/+4
* Add `modify` method to `ResourceMarker` trait魏曹先生2026-05-151-2/+12
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-138-298/+10
* Remove installation module behind builds featureWeicao-CatilGrass2026-05-132-78/+0
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-114-0/+103
* Capture exit codes from anonymous hook finishes魏曹先生2026-05-092-3/+5
* Remove unnecessary closure in exit code control setup魏曹先生2026-05-091-1/+1
* Add exit code control and hook lifecycle features魏曹先生2026-05-095-12/+75
* Add lifecycle hooks to program execution魏曹先生2026-05-099-30/+507
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-096-6/+7
* Replace explicit return with trailing expression魏曹先生2026-05-082-1/+2
* Dispatch arguments using prefix tree with dispatch_tree feature魏曹先生2026-05-082-6/+44
* Add error type aliases to ProgramCollect trait魏曹先生2026-05-081-0/+2
* Log node strings in get_nodes for debug builds魏曹先生2026-05-071-1/+19
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-071-0/+1
* Add dispatch tree feature for fast argument matching魏曹先生2026-05-074-17/+55
* Add support for resource injection in `#[chain]` macro魏曹先生2026-05-071-0/+6
* Apply clippy suggestions in chain related filesWeicao-CatilGrass2026-05-041-11/+11
* Add missing articles and improve documentation魏曹先生2026-05-038-0/+55
* Add Display derive and testing utilities for Next enum魏曹先生2026-05-024-0/+110
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+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
* 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-261-3/+3
* Add clap_parser feature to mingling_core with help output behavior魏曹先生2026-04-261-0/+17
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-256-0/+67
* 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 new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-228-165/+169
* Add missing import for std::env on non-Windows platforms魏曹先生2026-04-191-0/+3
* Make async an optional feature魏曹先生2026-04-193-7/+185
* Fix Windows UTF-16 argument handling in PowerShell completion魏曹先生2026-04-171-1/+13
* Change global argument and flag handlers to FnMut魏曹先生2026-04-141-4/+4
* Add script support to run-tools utilities魏曹先生2026-04-141-1/+1
* 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
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass2026-04-121-2/+2
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass2026-04-121-3/+16
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-122-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
* 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