Skip to content

Commit db9c292

Browse files
committed
* Rename file to match class name
* Minor redundant code removal
1 parent ee1a907 commit db9c292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private static object parseCommandLine(string[] args, Type type, int i, Func<Con
289289
?? throw new UnrecognizedCommandOrOptionException(commandName, getHelpGenerator(type, helpProcessor));
290290
return enumField.GetRawConstantValue();
291291
})
292-
}).AsEnumerable();
292+
});
293293

294294
object prev = null;
295295
string prevOptionOrCommand = null;

0 commit comments

Comments
 (0)