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