Skip to content

Commit

Permalink
fix(golang): additional args
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Feb 26, 2025
1 parent 74f3239 commit 8b8d7a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golang/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ func (c *Command) build(ctx context.Context, r *readline.Readline) error {
c.l.Info("└ " + value)
return shell.New(ctx, c.l, "go", "build", "-v").
Args(args...).
Args(r.AdditionalArgs().From(1)...).
Args("./..."). // TODO select test
Dir(value).
Run()
Expand Down

0 comments on commit 8b8d7a8

Please sign in to comment.