Right now when I specify something like --name='' the value for name will be read as an empty string. But for my use case I never want empty strings. Right now I use a small helper function to Get() the value and check if it's empty.
It would be useful if I could set an option flag for that.
Right now when I specify something like
--name=''the value for name will be read as an empty string. But for my use case I never want empty strings. Right now I use a small helper function toGet()the value and check if it's empty.It would be useful if I could set an option flag for that.