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

Add customImports command shorthand back #196

Merged

Conversation

tinder-matthewmourlam
Copy link
Contributor

Mockolo command line argument for customImports changed where -c shorthand was removed.

Previously, you could use either --custom-imports OR -c:

customImports = parser.add(option: "--custom-imports",
shortName: "-c",

But now only --custom-imports:
https://github.com/uber/mockolo/blob/master/Sources/Mockolo/Executor.swift#L41-L43

This occurred on #153 but there is no explicit mention of this change so hoping we can add it back so folks do not need to update their existing cli scripts.

@CLAassistant
Copy link

CLAassistant commented Aug 1, 2022

CLA assistant check
All committers have signed the CLA.

@maxwellE maxwellE merged commit 208806f into uber:master Dec 7, 2022
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.

3 participants