DEV Community

Discussion on: Adding options to CLI commands

Collapse
 
thefern profile image
Fernando B 🚀

Good read! One question, have you tried to see if the code changes take without re running pip install -e?

Only time I've had to re install is when introducing changes to setup.py. 🐍

I really like the click error message giving you the options at hand.

Collapse
 
wangonya profile image
Kelvin Wangonya

Hey! You know, I think I made changes to setup.py once and had to reinstall... and for some reason I just thought this had to be done for every file change. I was wrong 😅
Thanks for that. I've edited the post.

Collapse
 
thefern profile image
Fernando B 🚀

No worries, that's why I love dev.to we all learn from each other. Really digging your series!