Micha Reiser
|
cd8be8c0be
|
refactor: Introduce crates folder (#2088)
This PR introduces a new `crates` directory and moves all "product" crates into that folder.
Part of #2059.
|
2023-02-05 16:47:48 -05:00 |
|
Charlie Marsh
|
924e35b1c3
|
Add print_stdout and print_stderr to Clippy enforcement (#2542)
|
2023-02-03 11:13:44 -05:00 |
|
Jonathan Plasse
|
bdcab87d2f
|
Add markdownlint and dev Ruff to pre-commit (#2303)
|
2023-02-02 16:29:07 -05:00 |
|
Martin Fischer
|
d9ead4e6df
|
refactor: Rename CLI arg structs from Cli to Args
Technically the command-line interface (CLI) encompasses both input and
output, so naming the input structs 'Args' is more accurate than 'Cli'.
|
2023-01-25 22:08:35 -05:00 |
|
Reiner Gerecke
|
c9aa7b9308
|
Generate the README's --help output automatically via cargo +nightly dev generate-all (#1483)
|
2022-12-30 15:06:32 -05:00 |
|
Charlie Marsh
|
b4dbe62da0
|
Add cargo +nightly dev generate-all (#1404)
|
2022-12-27 10:07:18 -05:00 |
|
Reiner Gerecke
|
982ac6b0ad
|
Auto-generate options in README from field attributes (#1015)
|
2022-12-05 22:34:40 -05:00 |
|