We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
click
Going through the click documentation, I came across these features -
These could be used to get rid of/simplify the validation we do for inputs to kedro new options like --tools and --example.
kedro new
--tools
--example
The project creation workflow is a little complicated, some values come from the CLI command and some from the cookiecutter prompts
kedro
The text was updated successfully, but these errors were encountered:
lrcouto
Successfully merging a pull request may close this issue.
Description
Going through the
click
documentation, I came across these features -These could be used to get rid of/simplify the validation we do for inputs to
kedro new
options like--tools
and--example
.Context
The project creation workflow is a little complicated, some values come from the CLI command and some from the cookiecutter prompts
Possible Implementation
click
functionalities to get rid of some of the custom validation we do for inputs using regex etckedro
#2928 cc @lrcouto)click
featuresThe text was updated successfully, but these errors were encountered: