Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Improve command line parsing #4

Merged
merged 2 commits into from
Feb 24, 2021
Merged

Improve command line parsing #4

merged 2 commits into from
Feb 24, 2021

Conversation

kjvalencik
Copy link
Member

@kjvalencik kjvalencik commented Feb 19, 2021

Implements #3

Current Neon's usage:

cargo-cp-artifact $npm_package_json=cdylib=index.node -- cargo build --message-format=json-render-diagnostics

After changes:

cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics

Copy link
Contributor

@dherman dherman left a comment

Choose a reason for hiding this comment

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

Looks very nice, it's so simple I don't really have any suggestions for the code. Just a question about the brackets around command-line arguments in the help screens.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@kjvalencik kjvalencik merged commit 10ff337 into main Feb 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants