Hacker News new | ask | show | jobs
by hobls 2172 days ago
That's really neat. It reminds me of generating a CLI based on docstring, which is another pattern that I like a lot.
2 comments

Are you by chance talking about docopt? I love that tool!

http://docopt.org/

Yep! I love it for simple projects.
You can also generate an entire GUI from CLI Args! https://github.com/chriskiehl/Gooey ^_^