Skip to content

Commit

Permalink
remove incorrect flag option for the 'run' command
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetbbak committed Nov 12, 2024
1 parent ff2d140 commit 1a523a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ var zvmApp = &opts.App{
Name: "run",
Usage: "run a command with the given Zig version",
Args: true,
Flags: []opts.Flag{
&opts.BoolFlag{
Name: "sync",
Usage: "sync your current version of Zig with the repository",
},
},
Action: func(ctx *opts.Context) error {
versionArg := strings.TrimPrefix(ctx.Args().First(), "v")
cmd := ctx.Args().Tail()
Expand Down

0 comments on commit 1a523a6

Please sign in to comment.