Skip to content

Support GNU style equals in CLI. For example: list-workspaces --empty=no #1341

@nikitabobko

Description

@nikitabobko

In addition to how it currently works:

list-workspaces --empty no
list-workspaces --format %{workspace}

it should be possible to do the following:

list-workspaces --empty=no
list-workspaces --format=%{workspace}

It goes without saying that it should be supported on the CLI parser level and work for all commands

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFeature proposal

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions