aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename cargo style functions and remove unused imports魏曹先生18 hours3-16/+33
|
* Fix date format padding in version string魏曹先生18 hours3-8/+17
|
* Remove duplicate shell completion generation魏曹先生18 hours1-1/+0
|
* Add README for mling CLI tool魏曹先生18 hours1-0/+3
|
* Refactor mling to use new program architecture and install scripts魏曹先生18 hours28-1170/+628
|
* Remove unused import of ProgramPanic魏曹先生18 hours1-4/+1
|
* Add .name file support for custom sidebar directory display names魏曹先生21 hours3-2/+20
|
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生21 hours13-27/+252
|
* Add checklist item for `r_println!` in `#[chain]` support魏曹先生45 hours1-2/+1
|
* Add stdout and user context configuration fields魏曹先生45 hours2-1/+45
|
* Make `exec_repl` take `mut self` to consume internal state魏曹先生46 hours1-1/+1
|
* Add verbose and dry_run fields as convention-only options魏曹先生46 hours2-3/+19
|
* Create .nojekyll file魏曹先生47 hours1-0/+0
|
* Fix Chinese doc link and rename English link text魏曹先生47 hours2-2/+2
|
* Fix broken logo link in example-viewer.html魏曹先生47 hours1-1/+1
|
* Add example pages and sync-examples tool for docs魏曹先生48 hours40-1205/+3591
|
* Add English documentation landing page and fix Chinese link魏曹先生2 days3-1/+117
|
* Rename index.html to doc.html魏曹先生2 days1-0/+0
|
* Exclude all hidden nodes from completion filteringWeicao-CatilGrass2 days2-1/+3
|
* Add `unpack_chain_process` to example unit test and docs魏曹先生5 days2-2/+6
|
* Translate Chinese comments to English in run-tools.shWeicao-CatilGrass6 days1-2/+2
|
* Add extra_macros feature to doc scripts and mingling depsWeicao-CatilGrass6 days3-2/+3
|
* Refactor flag argument macros for better performanceWeicao-CatilGrass6 days2-29/+26
|
* Switch to workspace-level documentation buildsWeicao-CatilGrass6 days3-15/+15
|
* Refactor built-in flags into reusable setup structs魏曹先生6 days2-6/+108
|
* Change `ProgramSetup::setup` to consume `self` instead of borrow魏曹先生6 days7-14/+13
|
* Expand module-level documentationWeicao-CatilGrass7 days1-67/+291
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass7 days82-400/+651
|
* Update CHANGELOG entries for consistency魏曹先生7 days1-2/+2
|
* Bump version to 0.2.0魏曹先生7 days21-138/+62
|
* Switch mingling dependencies to local path references魏曹先生7 days2-33/+4
|
* Fix trailing space and partial match bugs in default completion魏曹先生7 days2-7/+30
|
* Add unpack_chain_process macro and improve test docs魏曹先生7 days2-8/+172
|
* Update CHANGELOG and switch to published crate versions0.1.9魏曹先生9 days22-16/+111
|
* Remove duplicate README and replace with symlink魏曹先生9 days2-175/+1
|
* Replace license files with symlinks to root魏曹先生9 days8-844/+8
|
* Update roadmap milestones and mark 0.1.9 features as complete魏曹先生9 days2-8/+20
|
* Remove stale example-repl-advanced directory and repl_extra feature魏曹先生9 days7-135/+0
|
* Prompt user before temporarily committing in CI魏曹先生9 days1-13/+31
|
* Add auto-generated feature flags module and tooling魏曹先生9 days11-79/+422
|
* Support doc comments and attributes on `pack!` and `dispatcher!` macros魏曹先生9 days3-71/+161
|
* Remove PackAttrs parsing and rendering from pack macro魏曹先生9 days1-105/+9
|
* Rename error types with consistent naming convention魏曹先生9 days11-42/+46
|
* Fix `program_comp_gen!` import issue魏曹先生9 days2-11/+116
| | | | | Fixed `program_comp_gen!` import when `comp` and `dispatch_tree` features coexist
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生9 days6-23/+40
|
* Add workflow, macro, and dispatch keywords to Cargo.toml魏曹先生9 days1-1/+11
|
* Update docs and examples for clap binding with optional error parameter魏曹先生9 days3-13/+27
|
* Enable color feature for clap and fix help and error rendering魏曹先生9 days4-13/+25
|
* Introduce `Registry` type alias for global static declarations魏曹先生9 days1-10/+12
|
* Rewrite documentation for Mingling library魏曹先生10 days1-28/+30
|