Y
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
manifoldgeo
2172 days ago
Are you by chance talking about docopt? I love that tool!
http://docopt.org/
link
hobls
2172 days ago
Yep! I love it for simple projects.
link
goostavos
2172 days ago
You can also generate an entire GUI from CLI Args!
https://github.com/chriskiehl/Gooey
^_^
link
http://docopt.org/