Skip to content

feat: add short option to task args#963

Merged
thesayyn merged 1 commit intoaspect-build:mainfrom
rafikk:short-task-args
Mar 17, 2026
Merged

feat: add short option to task args#963
thesayyn merged 1 commit intoaspect-build:mainfrom
rafikk:short-task-args

Conversation

@rafikk
Copy link
Contributor

@rafikk rafikk commented Mar 13, 2026

This PR adds short options for all TaskArgs (except Positional and TrailingVarArgs).

Closes #925.

Changes are visible to end-users: yes

  • Searched for relevant documentation and updated as needed: no
  • Breaking change (forces users to change their own code or config): no
  • Suggested release notes appear below: yes

Task args can now include a short option in addition.

Test plan

  • Covered by existing test cases: yes
  • Manual testing; please provide instructions so we can reproduce: Manually tested by adding to one of the demo AXL tasks.

@thesayyn thesayyn marked this pull request as ready for review March 13, 2026 18:01
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ea01c549cf

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@rafikk rafikk requested a review from thesayyn March 17, 2026 11:55
@thesayyn thesayyn merged commit 0f0c382 into aspect-build:main Mar 17, 2026
4 checks passed
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.

[FR]: Allow short flags for task args

2 participants