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

feat: use commander as arg-parser #859

Merged
merged 30 commits into from
May 26, 2022
Merged

Conversation

Niraj-Kamdar
Copy link
Contributor

@Niraj-Kamdar Niraj-Kamdar commented May 19, 2022

`-e, --ens [<${intlMsg.commands_codegen_options_e_address()}>]`,
`${intlMsg.commands_codegen_options_e()}`
)
.action(async (options) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This manual parsing isn't needed but it seems like there is some issue with commander parser handler so until it gets fixed, we will be using manual parsing.

@Niraj-Kamdar Niraj-Kamdar marked this pull request as draft May 20, 2022 07:27
packages/cli/src/__tests__/e2e/app.spec.ts Outdated Show resolved Hide resolved
packages/cli/src/__tests__/e2e/deploy.spec.ts Outdated Show resolved Hide resolved
packages/cli/src/commands/app.ts Outdated Show resolved Hide resolved
packages/cli/src/commands/create.ts Show resolved Hide resolved
@nerfZael
Copy link
Contributor

Do we still need gluegun, or could we completely remove it?

@Niraj-Kamdar
Copy link
Contributor Author

Do we still need gluegun, or could we completely remove it?

Yep but it would be better to do it in other PR.

@Niraj-Kamdar Niraj-Kamdar marked this pull request as ready for review May 26, 2022 07:52
@dOrgJelli dOrgJelli merged commit ed91c45 into prealpha-dev May 26, 2022
@dOrgJelli dOrgJelli deleted the commander-refactor branch February 2, 2023 15:41
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.

4 participants