Skip to content

期望添加 ToLongNameDictionary 方法 #27

@lindexi

Description

@lindexi

默认的 ToDictionary 返回的是命令行传入短的就使用短的,传入长的就使用长的,对于和 COIN 配置文件合并不友好

期望能返回全部使用长的作为 Key 的

            var dictionary = dotnetCampus.Cli.CommandLine.Parse(args).ToDictionary();

            var appConfigurator = AppConfigurator.GetAppConfigurator();
            appConfigurator.MergeConfiguration(dictionary);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions