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

Use ArgumentParser instead of custom solution #180

Open
dannflor opened this issue May 27, 2023 · 2 comments
Open

Use ArgumentParser instead of custom solution #180

dannflor opened this issue May 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dannflor
Copy link

Currently the implementation of flags isn't conformant to standard convention vapor/docs#689. This and I assume several other issues could be alleviated by using ArgumentParser to format input for a Command.

@dannflor dannflor added the enhancement New feature or request label May 27, 2023
@0xTim
Copy link
Member

0xTim commented May 29, 2023

Using ArgumentParser is definitely the long term plan. When it was first released it was missing a few features we required to switch over but it might be in a better place now to do so

This was referenced Aug 19, 2023
@gwynne
Copy link
Member

gwynne commented Nov 16, 2023

#192 begins to address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants