Hacker News new | ask | show | jobs
by steveklabnik 3807 days ago
We generally try to put options in source code or configuration files, rather than in command-line flags, because that's more repeatable. It makes the CLI much simpler.