Skip to content

Commit

Permalink
missing the Run command for project switch
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Sep 28, 2021
1 parent a072a2c commit 994bbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlx/project_switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Args: cobra.MinimumNArgs(1),
RunE: c.Run,
}
return pswitchCmd
}
Expand Down

0 comments on commit 994bbc2

Please sign in to comment.