Procházet zdrojové kódy

Add better help text

ghorsington před 5 roky
rodič
revize
fb37a83c00

+ 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")]