Skip to content

Commit

Permalink
Merge pull request #81 from justinmerrell/project-name-to-create
Browse files Browse the repository at this point in the history
fix: rename new to create
  • Loading branch information
DireLines authored Feb 2, 2024
2 parents ed59610 + 7a7aba0 commit a5493df
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 a5493df

Please sign in to comment.