go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

Extending help for flags to show possible values for flag

Open JyotikaGargg opened this issue 2 years ago • 0 comments

We should be providing the possible values in the help rather than have the user guess.  e.g. the possible values for --encrypt-connection are not in the help, so I have to get it wrong before I learn that thye are "--encrypt-connection must be one of "default","false","true","disable" but got "yes"".

JyotikaGargg avatar May 17 '23 14:05 JyotikaGargg