go-sqlcmd
go-sqlcmd copied to clipboard
Extending help for flags to show possible values for flag
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"".