5 ms·
That's really neat. It reminds me of generating a CLI based on docstring, which is another pattern that I like a lot.
by hobls 6y ago
That's really neat. It reminds me of generating a CLI based on docstring, which is another pattern that I like a lot.
- manifoldgeo 6y agoAre you by chance talking about docopt? I love that tool! http://docopt.org/ http://docopt.org/
- hobls 6y agoYep! I love it for simple projects.
- goostavos 6y agoYou can also generate an entire GUI from CLI Args! https://github.com/chriskiehl/Gooey https://github.com/chriskiehl/Gooey ^_^