flag icon indicating copy to clipboard operation
flag copied to clipboard

Support for required flag and Default should be optional

Open munir131 opened this issue 5 years ago • 0 comments

Mostly, defaults are used for local development. On production, everything is passing using the Environment variable. So, if any environment variable is not passed then flag will take default. So, we should add support in that we can say that give flag must be passed

munir131 avatar Aug 19 '20 06:08 munir131