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

Ordering of Flags in Cobra by grouping them #349

Open JyotikaGargg opened 1 year ago

JyotikaGargg commented 1 year ago

Cobra provides the ability to group flags, if so we should probably group them, top group being the very commonly used one, then a group on authenication flags etc.  Possible Groups : Display Core Others Connection Errors