|
|
|
|
|
by phcreery
121 days ago
|
|
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. |
|