Install ConfigurationKey.Parser to ConfigurationKey for AutoLoginCommand

This commit is contained in:
Him188 2020-11-19 08:39:57 +08:00
parent d9ea033275
commit 6ac08732f5

View File

@ -224,6 +224,9 @@ public object BuiltInCommands {
public object AutoLoginCommand : CompositeCommand(
ConsoleCommandOwner, "autoLogin", "自动登录",
description = "自动登录设置",
overrideContext = buildCommandArgumentContext {
ConfigurationKey::class with ConfigurationKey.Parser
}
), BuiltInCommandInternal {
@Description("添加自动登录")