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

Include an option to select between the CLI (argparse or Click) #2

Open
alvarobartt opened this issue Apr 1, 2020 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@alvarobartt
Copy link
Owner

So as to let the user decide which CLI wants to use, an option should be included into the cookiecutter config and its respective implementation should be developed. Currently the default CLI to be used is argparse, but since Click is also widely used its implementation could be useful.

@alvarobartt alvarobartt added the enhancement New feature or request label Apr 1, 2020
@alvarobartt alvarobartt self-assigned this Apr 1, 2020
@gabrielmbmb
Copy link
Collaborator

I think we should migrate from argparse to Click, because Flask comes with Click integrated by default which will let the user to execute a command with the Flask client:

flask [command]

@gabrielmbmb gabrielmbmb self-assigned this Apr 2, 2020
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

2 participants