Skip to content

Commit cdef08b

Browse files
committed
添加更多注释
1 parent 6c0fb4e commit cdef08b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DotNETBuild/Utils/CommandLineArgsToConfiguration.cs

+9
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33

44
namespace dotnetCampus.DotNETBuild.Utils
55
{
6+
/// <summary>
7+
/// 命令行参数到配置的扩展
8+
/// </summary>
69
public static class CommandLineArgsToConfiguration
710
{
11+
/// <summary>
12+
/// 添加命令行参数到配置
13+
/// </summary>
14+
/// <param name="appConfigurator"></param>
15+
/// <param name="args"></param>
16+
/// <param name="switchMapping">命令行参数到配置的映射表</param>
817
public static void AddCommandLine(this IAppConfigurator appConfigurator, string[] args,
918
Dictionary<string, string> switchMapping)
1019
{

0 commit comments

Comments
 (0)