Y
Hacker News
new
|
ask
|
show
|
jobs
by
autoexec
521 days ago
Why not allow for both and accept the option at any location?
Something like:
systemctl --stop myapp mydb
systemctl myapp mydb --stop
2 comments
Ayesh
521 days ago
All `--` strings should be "options". Starting/stopping a service is not an option, it's a command. I don't enjoy `pacman` for this very reason.
link
bronson
521 days ago
unnecessary flexibility brings unnecessary bugs
link