This commit is contained in:
Rock Chin
2023-04-08 00:19:37 +08:00
parent 20bf349e4e
commit 895cc0a2c5

View File

@@ -81,3 +81,4 @@ class CfgCommand(AbstractCommandNode):
@classmethod
def process(cls, ctx: Context) -> tuple[bool, list]:
return True, config_operation(ctx.command, ctx.params)