-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
Hi, just a question.
When the framework is unable to parse enums, wouldn't it make sense to list what the valid values are?
-- Argument 'fruit' failed to parse, provided value: Potato
++ Argument 'fruit' is invalid. Provided value: Potato. Valid values: Orange, Grape, AppleConsoleApp.Run(args, (Fruit fruit) => { });
enum Fruit
{
Orange, Grape, Apple
}Metadata
Metadata
Assignees
Labels
No labels