You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model/command/new.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ type (
6
6
ImportCommand
7
7
SkeletonPathstring`short:"s" long:"skeleton" description:"Path to skeleton folder (Must exist on GO PATH)" required:"false"`
8
8
Packagestring`short:"p" long:"package" description:"The package name, this becomes the repfix to the app name, if defined vendored is set to true" required:"false"`
9
-
NotVendoredbool`short:"V" long:"vendor" description:"True if project should not be configured with a go.mod"`
9
+
NotVendoredbool`long:"not-vendor" description:"True if project should not be configured with a go.mod, this requires you to have the project on the GOPATH"`
10
10
Runbool`short:"r" long:"run" description:"True if you want to run the application right away"`
0 commit comments