feat: implement :perftrace and :help commands by dlevy-msft-sql · Pull Request #632 · microsoft/go-sqlcmd

This was referenced

Jan 25, 2026

@dlevy-msft-sql dlevy-msft-sql changed the title Implement :perftrace command Implement :perftrace and :help commands

Feb 5, 2026

@dlevy-msft-sql dlevy-msft-sql changed the title Implement :perftrace and :help commands feat: implement :perftrace and :help commands

Feb 5, 2026

@dlevy-msft-sql

:perftrace redirects timing/statistics output to a file, stderr, or stdout.
:help displays the list of available sqlcmd commands with usage.

Both commands validate arguments and return appropriate errors.