File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ private static void RegularParametersParsing(string[] args)
486486 var help = false ;
487487 var version = false ;
488488 string outputFormatString = null ;
489- string metadataFormatString = "1" ;
489+ string metadataFormatString = null ;
490490 string logFormatString = null ;
491491 var parseInput = new ParseInput ( ) ;
492492
@@ -613,8 +613,6 @@ private static void RegularParametersParsing(string[] args)
613613 {
614614 // parse the command line
615615 var extra = optionSet . Parse ( args ) ;
616- parseInput . RawDirectoryPath = "D:\\ ht\\ testdata" ;
617- parseInput . OutputDirectory = "D:\\ ht\\ testdata\\ output" ;
618616 if ( ! extra . IsNullOrEmpty ( ) )
619617 {
620618 throw new OptionException ( "Unexpected extra arguments" , null ) ;
You can’t perform that action at this time.
0 commit comments