Add new libraries
Pre-release
Pre-release
- Removed custom code in
ui.py
andrun.py
to support commands. - Updated
ui.py
andrun.py
to use click API. - Updated all references to
print()
andinput()
with appropraite click counterparts. - Updated
README.md
to reflect all changes. - Removed
version
command. - Added
--version
optionclick.version_option()
.