- add `argument_parser` package - fix files in the examples directory - remove the `rx7` dependencies from package - fixes in `menus` package (for invalid inputs) - fix `styles.print()` infinite loop
0.5.0
- Add `styles` package - Add docstring for all section of library
0.4.0
What's Changed * add `Forms` package by Ramin-RX7 in https://github.com/Ramin-RX7/ultra-cli/pull/7 * add `cursor` module by Ramin-RX7 in https://github.com/Ramin-RX7/ultra-cli/pull/8 * Moved menu related modules to `menus` package
* fixed some minor issues
0.3.1
What's Changed
* Rename the project to `Ultra-CLI` by Ramin-RX7 in https://github.com/Ramin-RX7/ultra-cli/pull/6
v0.X.0 Split the package into several modules (Each class has it's own module)
Let user implement the appearance of the menu (Structural Menu). (2 4)