You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: