Y
Hacker News
new
|
ask
|
show
|
jobs
by
samueloph
710 days ago
That might be a nice improvement, but I believe people want a single command without any arguments for this use case.
2 comments
dudus
709 days ago
I can't speak for other people. But for myself I'd rather have it as a --option than another command. I dislike tools that install a lot of different commands, it just gets harder to remember them all.
link
rf15
709 days ago
That argument doesn't make sense at first glance: how is lots of differen't commands harder to remember than lots of different --options?
link
lazyasciiart
709 days ago
one command can list all it's options with tool -h?
link
drchaos
709 days ago
alias wget='curl --wget', then?
link