Added command history and history navigation. Refer to the [documentation](https://github.com/diantonioandrea/CLIbrary/blob/main/docs/docs.md). More on [PyPI](https://pypi.org/project/CLIbrary/).
**CLIbrary** can be installed by:
python3 -m pip install --upgrade CLIbrary
and verified by:
python3 -m CLIbrary
1.9.0
Added tab-completion and command hinting to CLIbrary.cmdIn. Refer to the [documentation](https://github.com/diantonioandrea/CLIbrary/blob/main/docs/docs.md). More on [PyPI](https://pypi.org/project/CLIbrary/).
**CLIbrary** can be installed by:
python3 -m pip install --upgrade CLIbrary
and verified by:
python3 -m CLIbrary
1.8.1
New optionParser function and caseSensitive global setting. Refer to the [documentation](https://github.com/diantonioandrea/CLIbrary/blob/main/docs.md). More on [PyPI](https://pypi.org/project/CLIbrary/).
**CLIbrary** can be installed by:
python3 -m pip install --upgrade CLIbrary
and verified by:
python3 -m CLIbrary
1.7.2
New description and minor corrections and changes. Refer to the [documentation](https://github.com/diantonioandrea/CLIbrary/blob/main/docs.md). More on [PyPI](https://pypi.org/project/CLIbrary/).
**CLIbrary** can be installed by:
python3 -m pip install --upgrade CLIbrary
and verified by:
python3 -m CLIbrary
1.7.0
Added installation verification. Refer to the [documentation](https://github.com/diantonioandrea/CLIbrary/blob/main/docs.md). More on [PyPI](https://pypi.org/project/CLIbrary/).
**CLIbrary** can be installed by:
python3 -m pip install --upgrade CLIbrary
and verified by:
python3 -m CLIbrary
1.6.2
Added placeholders for dates. Refer to the [documentation](https://github.com/diantonioandrea/CLIbrary/blob/main/docs.md). More on [PyPI](https://pypi.org/project/CLIbrary/).