playing around with CLI and took kedro new as an e...
# random
n
playing around with CLI and took kedro new as an experiment
❤️ 3
🏎️ 1
🚀 1
c
Woah, that is cool! Did you use an existing library to get that CLI toggle UI?
I like this better than how I enter "all project tools except PySpark" with comma separated numbers.
n
No. I am actually building a new library for these kind of cli flow, just taking the kedro one as an example.
party wizard 2
I think there are some library do these but they are very heavy
This is a few hundred of lines only all standard library. I don't want to build another cli library, it only collect inputs from user and then just pass it back to whatever library they are using.
😎 1
p
Cool, would this be a kedro project as partof the Kedro github? thanks