Description
CLI applications can define argument parsing and command dispatch with a small Python microframework. Developers use it to build maintainable terminal tools without a large framework. It handles command structure and leaves business logic to the application code.