控制台del命令同义词rem改为rm

This commit is contained in:
MrZ626
2021-04-29 14:42:22 +08:00
parent bb30a8e9d1
commit d05c38ac58

View File

@@ -94,11 +94,11 @@ do--commands.help(arg)
details={ details={
"Attempt to delete a file (in saving directory)", "Attempt to delete a file (in saving directory)",
"", "",
"Aliases: rem delete remove", "Aliases: rm delete remove",
"", "",
"Usage: del [filename]", "Usage: del [filename]",
}, },
},rem="del",delete="del",remove="del", },rm="del",delete="del",remove="del",
cls={ cls={
description="Clear the log output.", description="Clear the log output.",
details={ details={