Skip to content

Allow recipes to take --long options#3026

Merged
casey merged 4 commits into
masterfrom
options
Dec 28, 2025
Merged

Allow recipes to take --long options#3026
casey merged 4 commits into
masterfrom
options

Conversation

@casey
Copy link
Copy Markdown
Owner

@casey casey commented Dec 28, 2025

Fixes #476.

@casey casey force-pushed the options branch 11 times, most recently from 6488b60 to 602311b Compare December 28, 2025 06:32
@casey casey marked this pull request as ready for review December 28, 2025 06:34
@casey casey requested a review from Copilot December 28, 2025 06:36

This comment was marked as resolved.

@casey casey enabled auto-merge (squash) December 28, 2025 06:45
@casey casey merged commit 99a86a1 into master Dec 28, 2025
6 checks passed
@casey casey deleted the options branch December 28, 2025 06:46
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
renovate Bot added a commit to sdwilsh/ansible-playbooks that referenced this pull request Jan 3, 2026
##### [\`1.46.0\`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1460---2026-01-01)

##### Fixed

- Don't leak signal handler pipe into child processes ([#3035](casey/just#3035) by [rjmac](https://github.com/rjmac))

##### Added

- Allow `long` to default to to parameter name ([#3041](casey/just#3041) by [casey](https://github.com/casey))
- Allow const expressions in all settings ([#3037](casey/just#3037) by [casey](https://github.com/casey))
- Allow const expressions in `working-directory` ([#3033](casey/just#3033) by [casey](https://github.com/casey))
- Add --usage subcommand and argument help strings ([#3031](casey/just#3031) by [casey](https://github.com/casey))
- Add flags without values ([#3029](casey/just#3029) by [casey](https://github.com/casey))
- Allow passing arguments as short `-x` options ([#3028](casey/just#3028) by [casey](https://github.com/casey))
- Allow recipes to take `--long` options ([#3026](casey/just#3026) by [casey](https://github.com/casey))

##### Misc

- Add original token to string literal ([#3042](casey/just#3042) by [casey](https://github.com/casey))
- Remove string literal lifetime ([#3036](casey/just#3036) by [casey](https://github.com/casey))
- Move overrides into config ([#3032](casey/just#3032) by [casey](https://github.com/casey))
- Test that options are passed as positional arguments ([#3030](casey/just#3030) by [casey](https://github.com/casey))
- Group arguments by parameter ([#3025](casey/just#3025) by [casey](https://github.com/casey))
- Add OpenBSD package to readme ([#2900](casey/just#2900) by [vext01](https://github.com/vext01))
- Re-enable mdbook-linkcheck ([#3011](casey/just#3011) by [casey](https://github.com/casey))
- Disable dependabot ([#3010](casey/just#3010) by [casey](https://github.com/casey))
- Fix pre-release check in pages deploy job ([#3009](casey/just#3009) by [casey](https://github.com/casey))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add flags and options

2 participants