Skip to content

Pick a shorthand switch for logging (-v is already taken for variables) #211

Open
@stuartpa

Description

@stuartpa

A typical support scenario is going to be, can you run that command again with full logging, e.g.

sqlcmd create mssql -v 4

Which is currently short for

sqlcmd create mssql --verbosity 4

But:

-v is taken, -l is taken.

What's the POSIX CLI norm for getting full logging? (is --verbosity even a good flag name for this)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions