| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
scripts
Replace the old run-tools.ps1/run-tools.sh scripts with a new
unified run.ps1/run.sh launcher that supports multiple languages
(PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and
arbitrary binaries) from the `.run/src/bin` directory.
Move all development tools from `dev_tools/` to `.run/`, update
Cargo workspace config and relevant documentation references.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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
|
| | |
|