控制台del命令同义词rem改为rm
This commit is contained in:
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user