Getting Started with quiCkLI: Your First Command-Line Application
If you have ever wanted to build a small Python command-line tool but found larger
frameworks overwhelming, quiCkLI was designed for you. It is a minimal framework
that keeps the essentials visible so you can learn - and build - without unnecessary
complexity.
In this first article of the Getting Started with quiCkLI series you will build a
greeting tool with exactly three concepts: Application, Argument, and Option.

