planetscale / cli

The CLI for PlanetScale Database
https://planetscale.com/cli
Apache License 2.0
604 stars 51 forks source link

Fix: branch switch ignoring --org flag #749

Closed mscoutermarsh closed 1 year ago

mscoutermarsh commented 1 year ago

The --org flag is already defined for all branch commands.

I found that being defined twice (in branch and in switch) was causing it to be ignored.

Fixes: https://github.com/planetscale/cli/issues/684