Stream: show and tell

Topic: Proof of concept clap like cli parsing library


view this post on Zulip Kilian Vounckx (Mar 05 2024 at 12:09):

Hi all,
I made a proof of concept cli parsing library with roc's Decode builtin. It is far from feature complete, but I think it is cool to see how far the Encode and Decode builtins can be taken.
You can check it out here if you want: https://github.com/KilianVounckx/crap


Last updated: Jul 06 2025 at 12:14 UTC