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

action: use shlex.split #104

Merged
merged 3 commits into from
Jan 11, 2024
Merged

action: use shlex.split #104

merged 3 commits into from
Jan 11, 2024

Conversation

woodruffw
Copy link
Member

Makes inputs slightly more uniform. Needs self-tests.

Closes #77.

Closes #77.

Signed-off-by: William Woodruff <william@trailofbits.com>
@woodruffw woodruffw added the enhancement New feature or request label Jan 10, 2024
@woodruffw woodruffw self-assigned this Jan 10, 2024
Signed-off-by: William Woodruff <william@trailofbits.com>
Signed-off-by: William Woodruff <william@trailofbits.com>
Copy link
Collaborator

@tetsuo-cpp tetsuo-cpp left a comment

Choose a reason for hiding this comment

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

LGTM!

@tetsuo-cpp tetsuo-cpp merged commit faa37e3 into main Jan 11, 2024
30 checks passed
@tetsuo-cpp tetsuo-cpp deleted the ww/shlex branch January 11, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split inputs using shlex.split
2 participants