mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
8 lines
145 B
Go
8 lines
145 B
Go
package command
|
|
type (
|
|
Version struct {
|
|
ImportCommand
|
|
Update bool `short:"u" long:"Update the framework and modules" required:"false"`
|
|
}
|
|
)
|