| Quote: > Launch CLI to restore or flush elements: `rmt trash_display` or `rmt td` > Flush all element from the trash: `rmt trash_flush` Those need to be dash-style options. Because if someone runs a `rmt *` in a directory and there's a trash_flush file inside, it will NOT do what one expects and will be destructive. This is why options are traditionally prefixed with dashes. (Yeah sure, you have the same problem if you have a file that starts with dash, I already hear someone point out.) Since you suggest to alias rm to rmt, your application needs to behave like rm and have a similar UI. |