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
In addition to how it currently works:
it should be possible to do the following:
It goes without saying that it should be supported on the CLI parser level and work for all commands