mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-12 11:05:19 +00:00
9 lines
302 B
Go
9 lines
302 B
Go
package command
|
|
type (
|
|
Version struct {
|
|
ImportCommand
|
|
Update bool `short:"u" long:"update" description:"Update the framework and modules" required:"false"`
|
|
UpdateVersion string `long:"update-version" description:"Specify the version the revel and app will be switched to" required:"false"`
|
|
}
|
|
)
|