Hacker News new | ask | show | jobs
by deforciant 2654 days ago
For servers I prefer using: https://github.com/alecthomas/kingpin, allows you to really nicely expand based on main arguments with flags. Also, setting defaults is a joy.

For CLIs - https://github.com/spf13/cobra.

However, will definitely try out Docli whenever I start building something new :)