Skip to main content

One post tagged with "multi-command"

Applications that expose multiple related commands.

View All Tags

Getting Started with quiCkLI: Multi-Command Applications

· 4 min read
Sven Patrick Meier
Creator and maintainer of quiCkLI, an educational Python CLI framework

In the first two parts of this series you built a greeting tool and a file viewer. In this final article you will combine everything you have learned to build pyk5l, a kubectl-like multi-command application.

By the end you will understand every primitive in quickli and how they fit together in a realistic application.