turbaszek commented on issue #77: URL: https://github.com/apache/kibble/issues/77#issuecomment-717428619
@skekre98 the rough idea for now would be to have two commands: ``` kibble setup ``` which should do what we do in `kibble/setup/setup.py`. The second one should be: ``` kibble version ``` that returns value from `kibble/version.py`. Other commands may be added in future but this will give strong foundation for future work. I would personally be in favour of using the click library instead of building argparse. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
