Hacker News new | ask | show | jobs
by skocznymroczny 2654 days ago
I was going to guess Rust, but turns out it's Go.
2 comments

Personally, I like Rust's a bit better:

https://github.com/TeXitoi/structopt

edit: because it's type safe!

Wouldn't `gocli` be a better name then?
The solution here is clearly to write a new language named "do".
Does having a programming language name in a program name make the program better? I don't get it, sorry.
It certainly makes it a lot easier to understand what it's for...
I think it's a portmanteau of "doc" and "cli" - because it's a CLI options parser that is generated from documentation.