Files
revel-cmd/model/command/version.go
notzippy@gmail.com 07d67846c1 Restructured command config
Removed go/build reference in clean
2020-04-26 22:28:46 -07:00

8 lines
145 B
Go

package command
type (
Version struct {
ImportCommand
Update bool `short:"u" long:"Update the framework and modules" required:"false"`
}
)