Remix.run Logo
rk06 2 hours 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 2 hours ago | parent [-]

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

phcreery 13 minutes ago | parent | next [-]

In this case, "file" is the arg, not --yolo. `rm` without any args returns `` rm: missing operand Try 'rm --help' for more information. ```

`oxfmt` should have done the same and `oxfmt .`, with the desired dir ".", should have been the required usage.

user3939382 2 hours ago | parent | prev [-]

Not taking a position but the design of rm strengthens the position that recursive by default without flags isn’t ok. rm makes you confirm when you want changes to recurse dirs.