top | item 47120879

(no title)

Sammi | 6 days ago

I expect a file formatter to format the files when I call it. Anything else would be surprising to me.

discuss

order

rk06|6 days ago

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

xigoi|6 days ago

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

aquariusDue|6 days ago

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.