Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable command line argument transformation #963

Merged
merged 3 commits into from
Aug 3, 2024

Conversation

yaito3014
Copy link
Contributor

this enables multioption like poac build -rj8 via transforming -rj10 into -r -j 10 for known short options

Copy link
Member

@ken-matsui ken-matsui left a comment

Choose a reason for hiding this comment

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

Sorry for the late, thank you for working on this! Just a few things need to be tweaked.

src/Cli.cc Outdated Show resolved Hide resolved
src/Cli.hpp Outdated Show resolved Hide resolved
src/Cmd/Common.hpp Outdated Show resolved Hide resolved
Copy link
Member

@ken-matsui ken-matsui left a comment

Choose a reason for hiding this comment

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

This is a great feature! Thank you!

@ken-matsui ken-matsui merged commit 43c0899 into poac-dev:main Aug 3, 2024
15 checks passed
@yaito3014 yaito3014 deleted the cla-transform branch August 3, 2024 01:21
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.

2 participants