logoalt Hacker News

rk06yesterday at 11:39 AM2 repliesview on HN

a new user should not expected to know whether to use "--info", "--help", or "-info" or "/info"

A power user can just pass the right params. Besides, it is not that hard to support "--yolo" parameter for that use case


Replies

xigoiyesterday at 11:59 AM

Would you enjoy writing `rm --yolo file` instead of `rm file` every time?

show 3 replies
aquariusDueyesterday at 5:02 PM

I know feels aren't the objective truth but I feel like most people would default to running "new-cli-tool --help" first thing as a learned (defensive) habit. After all quite a bit of stuff that runs in a terminal emulator does something when ran without arguments or flags.

show 1 reply