Skip to content

Commit

Permalink
Merge pull request #171 from foomo/squadron-diff-profile-flag
Browse files Browse the repository at this point in the history
fix: add missing profile flag
  • Loading branch information
franklinkim authored Jan 2, 2025
2 parents d959c4c + 19fe8b4 commit 631afa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions foomo/squadron/v2/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ func NewCommand(l log.Logger, squadron *Squadron, kubectl *kubectl.Kubectl, op *
fs.Default().Int64("parallel", 1, "number of parallel processes")
fs.Default().String("tags", "", "list of tags to include or exclude")
fs.Internal().String("tag", "", "image tag")
if err := profileFlag(ctx, r, fs); err != nil {
return err
}
return nil
},
Execute: inst.execute,
Expand Down

0 comments on commit 631afa3

Please sign in to comment.