You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the original sqlcmd (ODBC base) command line switches are completely non-standard by modern standards, such as -x1 / -k1 -k2 etc and therefore not supportable by any modern CLI framework (such as Kong or Cobra), rather than try to hack these CLI frameworks, add a canonicalizer very early in process start-up that looks for these odd command line switches and re-writes them into a standard form, and then passes args in standard form into the CLI framework Cobra/Kong.