Commit graph

702 commits

Author SHA1 Message Date
Casey Rodarmor
7e5ad64b52 Add ? sigil 2024-12-22 21:56:43 -08:00
Casey Rodarmor
790995815f
Refactor Line predicates (#2543) 2024-12-22 13:50:36 -08:00
Marc Addeo
3442c2be1c
Configure alias style in --list with --alias-style (#2342) 2024-12-12 23:36:24 +00:00
Casey Rodarmor
3ec4245bf8
Sort functions alphabetically (#2525) 2024-12-12 20:52:19 +00:00
Casey Rodarmor
a5d884ed10
Fix truncated bang operator error message (#2522) 2024-12-11 23:24:42 +00:00
Casey Rodarmor
5642b14142
Fix error when lexing ! at end-of-file (#2520) 2024-12-11 20:49:51 +00:00
laniakea64
53f8619e36
Add regex mismatch conditional operator (#2490) 2024-12-10 18:23:48 -08:00
Sibi Prabakaran
5393105bef
Include source path in dump JSON (#2466) 2024-12-11 00:31:53 +00:00
Remo Senekowitsch
5c691a8a57
Handle recipes in submodules in fish completion script (#2514) 2024-12-10 23:43:14 +00:00
Greg Shuflin
462d381593
Add attribute set (#2419) 2024-12-10 23:32:30 +00:00
Casey Rodarmor
8b35450c55
Rename read_to_string() to read() (#2518) 2024-12-10 22:59:11 +00:00
Alexander Demin
464fdbc1bb
Add read_to_string(path) function (#2507) 2024-12-10 22:52:19 +00:00
Casey Rodarmor
79be6c14ad
Embolden help text errors (#2502) 2024-12-02 21:17:26 +00:00
Casey Rodarmor
e8d6f2dbed
Style help text (#2501) 2024-12-02 21:13:29 +00:00
Vladimir Támara Patiño
563eee6609
Add [openbsd] recipe attribute (#2497) 2024-12-02 01:01:34 +00:00
Casey Rodarmor
cdf104bf8c
Add --request subcommand for testing (#2498) 2024-12-02 00:37:08 +00:00
Casey Rodarmor
beaec7ef7c
Fix Rust 1.83 clippy warnings (#2487) 2024-11-29 19:44:00 +00:00
Ben Heidemann
fdc9245c5d
Add [working-directory] recipe attribute (#2438) 2024-11-27 23:52:44 +00:00
Casey Rodarmor
fdf34748e7
Forbid duplicate non-repeatable attributes (#2483) 2024-11-27 22:28:06 +00:00
Casey Rodarmor
c6433ae9c4
Get Config from ExecutionContext instead of passing separately (#2481) 2024-11-26 11:03:11 -08:00
Razvan Maracine
40840a042f
Add --allow-missing to ignore missing recipe and submodule errors (#2460) 2024-11-23 20:22:01 +00:00
Casey Rodarmor
ce9062abde
Don't write justfiles unchanged by formatting (#2479) 2024-11-23 19:44:21 +00:00
Casey Rodarmor
beb275ac30
Release 1.37.0 (#2474)
* Release 1.37.0

- Bump version: 1.36.0 → 1.37.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Update zsh completion replacements
2024-11-20 22:04:51 +00:00
Casey Rodarmor
084a2d2de3
Add style() function (#2462) 2024-11-17 02:26:11 +00:00
Casey Rodarmor
eb6e3741b8
Make recipe doc attribute override comment (#2470) 2024-11-17 02:02:27 +00:00
Casey Rodarmor
520cf91423
Change doc backtick color to cyan (#2469) 2024-11-17 00:21:14 +00:00
laniakea64
5db910f400
Replace derivative with derive-where (#2465) 2024-11-16 00:04:10 +00:00
Casey Rodarmor
bbc0872947
Terminal escape sequence constants (#2461) 2024-11-11 22:30:06 +00:00
Greg Shuflin
1ae6a6d656
Highlight backticks in docs when listing recipes (#2423) 2024-11-09 19:05:58 +00:00
Casey Rodarmor
67034cb8b4
Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
Casey Rodarmor
7030e9cac6
Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
Casey Rodarmor
4683a63adc
Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
Casey Rodarmor
e0f6e0966f
Add Recipe::subsequents (#2428) 2024-10-10 19:51:22 +00:00
Casey Rodarmor
6230354ec0
Mark recipes with private attribute as private in JSON dump (#2415) 2024-10-05 21:19:28 +00:00
Casey Rodarmor
85c6e0530e
Forbid invalid attributes on assignments (#2412) 2024-10-05 05:56:51 +00:00
Casey Rodarmor
5089bf7899
Use unwrap_or when creating relative path in loader (#2400) 2024-09-30 22:48:27 +00:00
Casey Rodarmor
c08eb90f16
Use unwrap_or_default() when getting default color and verbosity (#2397) 2024-09-30 21:00:21 +00:00
Greg Shuflin
70476bea9a
De-duplicate suggestion methods (#2392) 2024-09-27 22:10:10 +00:00
Greg Shuflin
bfaea9f02e
Refactor analyzer (#2378) 2024-09-24 16:04:32 -07:00
Casey Rodarmor
4d865a1645
Add --one flag to forbid multiple recipes from being invoked on the command line (#2374) 2024-09-21 05:25:52 +00:00
Casey Rodarmor
d38e683eab
Allow default values to use earlier recipe arguments (#2382) 2024-09-21 03:54:38 +00:00
Greg Shuflin
4e06adaa76
Remove alias shadows recipe error (#2375) 2024-09-18 21:17:20 +08:00
laniakea64
d2c66e9fa9
Allow including arbitrary characters in strings with \u{…} (#2360) 2024-09-15 09:59:52 +00:00
Marc Addeo
5fb514c1c6
Fix type names in redefinition error message (#2353) 2024-09-13 08:45:32 +00:00
Casey Rodarmor
6957b2e97f
Fix clippy lints (#2347) 2024-09-06 21:45:45 +00:00
Greg Shuflin
da17424b96
Simplify Subcommand::run (#2336) 2024-09-06 21:38:40 +00:00
Casey Rodarmor
d8d6b367a7
Color groups in --list output (#2340) 2024-09-03 04:17:46 +00:00
Greg Shuflin
f222b02712
Refactor and document subcommand and search (#2335) 2024-08-31 19:26:48 +00:00
Greg Shuflin
a9a24da0e6
Print recipe doc string when--explain flag is passed (#2319) 2024-08-29 19:13:58 +00:00
Casey Rodarmor
d3d3c4e48f
Allow fallback with recipes in submodules (#2329) 2024-08-28 22:10:40 +00:00