this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add "rm" as an alias for "del" (#2449)

authored by

sirsegv and committed by
GitHub
f4578a2f 65d66d8a

+1 -1
+1 -1
src/studio/screens/console.c
··· 2886 2886 tabCompleteFiles) \ 2887 2887 \ 2888 2888 macro("del", \ 2889 - NULL, \ 2889 + "rm", \ 2890 2890 "delete from the filesystem.", \ 2891 2891 "del <file|folder>", \ 2892 2892 onDelCommand, \