How to Build a Menu Tree for a Python CLI App
In this article I will walk through the basic functionality for creating a menu tree in Python using Nodes, then populating the menu tree to create a basic CLI application.
The repo for this example can be found here:
menu_tree_cli_example Repository...
my-how-to-blog.hashnode.dev9 min read