Skip to content

Commit

Permalink
fix: remove hidden param from overages command (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
gris authored Sep 27, 2023
1 parent e0c3692 commit 8b35e57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/cmd/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ var planCmd = &cobra.Command{
}

var overagesCommand = &cobra.Command{
Use: "overages",
Short: "Manage your current organization overages",
Hidden: true,
Use: "overages",
Short: "Manage your current organization overages",
}

func getCurrentOrg(client *turso.Client, organizationName string) (turso.Organization, error) {
Expand Down

0 comments on commit 8b35e57

Please sign in to comment.