-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Labels
Milestone
Description
IsEmpty method doesn't work right in case when we use Nullable type as option. In this case when we pass 0 to parameter it won't add this option to command line back because think that default value for it will be 0 too. Nullable<'int'>.GetType() == typeof(int). IsEmpty method should be changed for covering that problem.
tydunkel and moh-hassan