9 open-source projects similar to indiscipline/cozycliparser, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cozycliparser alternative.
This approach to CLIs was inspired by Andrey Mikhaylenko's Python argh (Click became more popular). The key observation is that proc signatures already encode what you need to generate CLIs - names, types, and default values. Reflection then suffices to generate parser-dispatchers translating…