Open xujif opened 7 years ago
@xujif sorry I think I misunderstood your point. Do you mean a param/option with default and is required should not throw an error? If so, why not remove the required
property and make it optional as it already has a default value?
because I wanto set the defaul value with process.env
If there is an default value the required shoud not throw an error.