| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Update sidebar link for remove-r-print-macro to use full description
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Capitalize "Templates" entry in dev-docs sidebar
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Verification System
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Move about docs and templates from the root docs folder into
dev-docs/abouts and dev-docs/templates respectively, adding .name
files for directory metadata
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Add ABOUT-CI.md describing the local CI workflow, execution stages,
and workspace cleanliness checks. Reformat CONTRIBUTING.md tables
and add a reference to the new CI documentation.
|
| |
|
|
| |
Cargo.lock
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Add comprehensive documentation covering Declare a Dispatcher, Declare a
Chain, Rendering Results, Multi-Command Program, Argument Parsing with
Picker and Clap, Program Setup, Error Handling, Help Info, Resource
System, Exit Code Control, Hook System, Testing, Completion, Structural
Rendering, and Core Concepts
|
| |
|
|
| |
lines
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Replace lexicographic sorting with numeric-aware comparison so that
numbered files like `10-foo` follow `2-bar` instead of appearing before
it
|
| |
|
|
| |
examples
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Use `parse_args_with` with `Punctuated<Path, Comma>` to correctly
identify `Groupped` and `GrouppedSerialize` derive macros, fixing a
bug where enums and unions were not properly detected
|
| | |
|
| |
|
|
| |
dispatcher_clap
|
| |
|
|
|
|
| |
Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and
re-export from `mingling::build`. Update all references from
`mingling::builds` and `mingling::pathf` to `mingling::build`.
|
| | |
|
| | |
|
| | |
|
| | |
|