microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
325 stars 57 forks source link

Extending help for flags to show possible values for flag #346

Open JyotikaGargg opened 1 year ago

JyotikaGargg commented 1 year ago

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"".