Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

feat(args): Support checking options after parse function #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

justinedelson
Copy link

fixes #162

Although this could be done differently by using the existing options, that seems like it might present a backwards compatibility issue so instead I added a new configuration item -- postParseOptions

@salesforce-cla
Copy link

salesforce-cla bot commented Mar 1, 2021

Thanks for the contribution! Before we can merge this, we need @justinedelson to sign the Salesforce.com Contributor License Agreement.

@@ -7,6 +7,7 @@ jobs:
working_directory: ~/cli
environment:
NYC: "yarn exec nyc -- --nycrc-path node_modules/@oclif/nyc-config/.nycrc"
FORCE_COLOR: "0"
Copy link
Author

Choose a reason for hiding this comment

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

This is really not related to this PR, but was necessary to get circle ci to pass. Happy to create a separate PR for this if desired.

@justinedelson
Copy link
Author

@heroku-cli Would it be possible for someone to review this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoke arg parse function before checking options
1 participant