ソースを参照

Add better help text

ghorsington 5 年 前
コミット
fb37a83c00
1 ファイル変更2 行追加0 行削除
  1. 2 0
      ArcToolkitCLI/Commands/Converters/NeiConverter.cs

+ 2 - 0
ArcToolkitCLI/Commands/Converters/NeiConverter.cs

@@ -179,7 +179,9 @@ namespace ArcToolkitCLI.Commands.Converters
             return 0;
         }
 
+        [Value(0, HelpText = "Input NEI or CSV files")]
         public IEnumerable<string> Input { get; set; }
+
         public string Output { get; set; }
 
         [Option('s', "separator", Default = ";", HelpText = "Value separator of the CSV file")]