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
323 stars 56 forks source link

Feat: Add -e and -k, finish -X, -r, -L #447

Closed shueybubbles closed 10 months ago

shueybubbles commented 11 months ago

The flags with optional values require extra work to inject default values into the args array because Cobra doesn't handle flags with optional parameters.