aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README badge URLs and expand textHEADmainWeicao-CatilGrass10 hours1-3/+3
|
* Update docs.rs badge link to version 0.1.5Weicao-CatilGrass10 hours1-1/+1
|
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass10 hours4-3/+36
|
* Remove registry source from local workspace dependenciesWeicao-CatilGrass10 hours2-8/+0
|
* Improve PowerShell completion script parsing and output handlingWeicao-CatilGrass10 hours1-56/+91
|
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass10 hours2-18/+24
|
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass11 hours2-32/+73
|
* Switch mingling dependencies from crates.io to local pathsWeicao-CatilGrass11 hours2-6/+2
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生27 hours4-4/+4
|
* Add Unplanned Features section to README魏曹先生28 hours1-2/+13
|
* Update release status for completion feature in roadmap魏曹先生29 hours1-3/+3
|
* Update Cargo.lock for published mingling crates0.1.5魏曹先生29 hours6-4/+28
|
* Update mingling_macros to version 0.1.4魏曹先生29 hours5-6/+6
|
* Add architecture diagram to README魏曹先生29 hours3-0/+230
|
* Add comments to example completion function魏曹先生30 hours2-0/+12
|
* Change code blocks in examples from rust to ignore魏曹先生30 hours3-12/+12
|
* Add ShellContext helper methods for completion logic魏曹先生30 hours7-18/+336
|
* Filter out __comp node and improve debug logging in completion helper魏曹先生31 hours1-11/+16
|
* Update documentation for features and examples魏曹先生33 hours1-2/+7
|
* Fix example doc comment indentation and header trimming魏曹先生33 hours2-118/+118
|
* Add dev tools to generate example documentation魏曹先生33 hours9-158/+608
|
* Update project name and add shadow icon魏曹先生34 hours2-1/+1
|
* Add project branding and update README structure魏曹先生34 hours6-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
* Add example projects section to README魏曹先生35 hours1-0/+7
|
* Mark completion feature as implemented in roadmap魏曹先生35 hours1-1/+1
|
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生35 hours12-761/+1057
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生36 hours8-28/+25
|
* Rename boolean enums and simplify pick_bool function魏曹先生36 hours1-44/+33
|
* Remove serde dependency from example projects魏曹先生36 hours3-3/+0
|
* Add example-completion and update workspace dependencies魏曹先生36 hours7-4/+139
|
* Add debug feature flag to trace_ctx function魏曹先生36 hours1-0/+1
|
* Implement basic command completion with shell support魏曹先生37 hours5-23/+254
|
* Add debug logging feature with env_logger integration魏曹先生37 hours5-1/+292
|
* Add shell completion script generation feature魏曹先生38 hours12-26/+438
|
* Add completion system with shell context and dispatcher integration魏曹先生2 days7-122/+160
|
* Add completion macro infrastructure without logic魏曹先生3 days8-106/+175
|
* Update roadmap and documentation links魏曹先生4 days1-4/+6
|
* Switch from published mingling crate to local workspace dependency魏曹先生4 days8-69/+28
|
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生4 days9-37/+32
|
* Add basic completion module with shell integration魏曹先生4 days13-2/+678
|
* Implement mingling::this function魏曹先生4 days5-45/+115
|
* Remove unused input module魏曹先生6 days1-2/+0
|
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生6 days3-0/+145
|
* Add Debug and Clone traits to Flag struct魏曹先生6 days1-0/+1
|
* Bump version to 0.1.5 and use local dependencies魏曹先生6 days3-19/+19
|
* Add example output to general renderer doc comment魏曹先生6 days1-0/+8
|
* Add workspace configuration and examples魏曹先生6 days10-0/+813
|
* Remove check_all.sh script魏曹先生6 days1-19/+0
|
* Replace length checks with `is_empty` and `?` operator魏曹先生6 days2-12/+8
|
* Update mingling_core and mingling_macros to version 0.1.3魏曹先生7 days3-2/+10
|