Skip to content

Commit

Permalink
Merge pull request #1613 from onflow/cf/remove-unused-flag
Browse files Browse the repository at this point in the history
Remove unused flag
  • Loading branch information
chasefleming authored May 22, 2024
2 parents 2ea0a25 + 09f726a commit 78a6b22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/super/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ import (
"github.com/onflow/flow-cli/internal/command"
)

type flagsDev struct {
StartEmulator bool `default:"false" flag:"start-emulator" info:"Start emulator if not already running"`
}
type flagsDev struct{}

var devFlags = flagsDev{}

Expand Down

0 comments on commit 78a6b22

Please sign in to comment.