Skip to content

Commit

Permalink
fix: rename new to create
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Feb 2, 2024
1 parent ed59610 commit 7a7aba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type NetVolOption struct {
}

var NewProjectCmd = &cobra.Command{
Use: "new",
Use: "create",
Args: cobra.ExactArgs(0),
Short: "create a new project",
Long: "create a new RunPod project folder",
Expand Down

0 comments on commit 7a7aba0

Please sign in to comment.