mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Restructured command config
Removed go/build reference in clean
This commit is contained in:
7
model/command/version.go
Normal file
7
model/command/version.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package command
|
||||
type (
|
||||
Version struct {
|
||||
ImportCommand
|
||||
Update bool `short:"u" long:"Update the framework and modules" required:"false"`
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user