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

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

Open
justinedelson wants to merge 2 commits into
oclif:mainfrom
justinedelson:issue/add-post-parse-options
Open

feat(args): Support checking options after parse function#163
justinedelson wants to merge 2 commits into
oclif:mainfrom
justinedelson:issue/add-post-parse-options

Conversation

@justinedelson

Copy link
Copy Markdown

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

salesforce-cla Bot commented Mar 1, 2021

Copy link
Copy Markdown

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

@justinedelson
justinedelson force-pushed the issue/add-post-parse-options branch from 4ca95fc to c8a511e Compare April 21, 2021 11:44
Comment thread .circleci/config.yml
working_directory: ~/cli
environment:
NYC: "yarn exec nyc -- --nycrc-path node_modules/@oclif/nyc-config/.nycrc"
FORCE_COLOR: "0"

Copy link
Copy Markdown
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
Copy Markdown
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