1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 18:34:06 +03:00
Commit Graph

1355 Commits

Author SHA1 Message Date
Marc Addeo
4505816680 Switch to --alias-style flag 2024-10-31 12:11:47 -04:00
Marc Addeo
7cebc58522 Fix clippy error 2024-10-31 12:11:47 -04:00
Marc Addeo
bcc812ad25 Add --inline-aliases-left flag to display aliases to the left of the doc 2024-10-31 12:11:47 -04:00
Marc Addeo
3a401325ed Move NO_INLINE_ALIASES to be in alpha order, and make it conflict with --no-aliases 2024-10-31 12:11:47 -04:00
Marc Addeo
eaeb898711 Add test for --no-inline-aliases 2024-10-31 12:11:47 -04:00
Marc Addeo
8290c02d41 Convert test format 2024-10-31 12:11:47 -04:00
Marc Addeo
5bbaee1f05 Alter the iterator instead of multiple conditionals 2024-10-31 12:11:47 -04:00
Marc Addeo
f91bf369db Fix clippy lint 2024-10-31 12:11:47 -04:00
Marc Addeo
699f07f563 Use a Vec for aliases in format_doc instead of Option<Vec> 2024-10-31 12:11:47 -04:00
Marc Addeo
9757b70aa9 Add --no-inline-aliases option 2024-10-31 12:11:47 -04:00
Marc Addeo
b03ab8c9a4 Use unwrap_or_default 2024-10-31 12:11:47 -04:00
Marc Addeo
1890b94bfa Paint aliases in --list purple 2024-10-31 12:11:47 -04:00
Marc Addeo
99c1b23ceb Fix clippy errors 2024-10-31 12:11:47 -04:00
Marc Addeo
e82934c0f7 Condense aliases into the recipe doc 2024-10-31 12:11:47 -04:00
Eric Hanchrow
528c9f0e3c
Document using functions in variable assignments (#2431) 2024-10-30 22:50:47 +00:00
Greg Shuflin
a71f2a53be
Use prettier string comparison in tests (#2435) 2024-10-30 22:35:45 +00:00
Eric Hanchrow
b063940b31
Note shell(…) as an alternative to backticks (#2430) 2024-10-30 22:30:23 +00:00
Casey Rodarmor
4683a63adc
Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
Yunus
28c4e9a13c
Update nix package links (#2441) 2024-10-27 09:53:15 +00:00
Jianqi Pan
4f31853835
Update README.中文.md (#2424) 2024-10-10 19:57:16 +00:00
Casey Rodarmor
e0f6e0966f
Add Recipe::subsequents (#2428) 2024-10-10 19:51:22 +00:00
Casey Rodarmor
4661f8e683
Add subsequents to grammar (#2427) 2024-10-10 19:45:50 +00:00
Casey Rodarmor
66dbaa6659
Document checking releases hashes (#2418) 2024-10-08 19:19:37 +00:00
Casey Rodarmor
d195d77b32
Publish single SHA256SUM file with releases (#2417) 2024-10-08 12:10:20 -07: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
a101dd52ef
Show how to access positional arguments with powershell (#2405) 2024-10-01 20:31:27 +00:00
Casey Rodarmor
45fdd12506
Use -CommandWithArgs instead of -cwa (#2404) 2024-10-01 19:16:39 +00:00
Casey Rodarmor
fa8cf4deba
Document -cwa flag for PowerShell positional arguments (#2403) 2024-10-01 19:12: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
66ccef7942
Release 1.36.0 (#2399)
- Bump version: 1.35.0 → 1.36.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-09-30 22:33:59 +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
dc89b746f8
Use console codeblocks in readme (#2388) 2024-09-22 14:03:26 +00:00
Casey Rodarmor
dffca62e8f
Split packages table by platform (#2385) 2024-09-21 05:54:51 +00:00
Casey Rodarmor
ef9e572422
Document npm package (#2384) 2024-09-21 05:37:57 +00: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
19018d1ba3
Add PyPI install instructions (#2383) 2024-09-21 13:31:10 +09: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
Casey Rodarmor
b60fa4263c
Name instead of number book chapter files (#2372) 2024-09-17 16:55:52 +08:00
Greg Shuflin
ab7105afce
Add groups to project justfile (#2351) 2024-09-17 10:32:04 +08:00
laniakea64
a440a6ac52
Document \u{...} (#2371) 2024-09-16 03:52:43 +00:00
laniakea64
d2c66e9fa9
Allow including arbitrary characters in strings with \u{…} (#2360) 2024-09-15 09:59:52 +00:00
Casey Rodarmor
d4e1799443
Remove old recipes from project justfile (#2367) 2024-09-14 08:07:02 +00:00
Willie Abrams
fe131f5e92
Document --dotenv-path in readme (#2366) 2024-09-14 07:36:43 +00:00
Casey Rodarmor
2052b1bcfd
Remove ref-type crate (#2364) 2024-09-13 16:34:30 +07:00
Marc Addeo
5fb514c1c6
Fix type names in redefinition error message (#2353) 2024-09-13 08:45:32 +00:00
Casey Rodarmor
beef0e1a0f
Use relative in .sha256sum files (#2358) 2024-09-09 15:43:41 -07:00