mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 23:41:23 +00:00
Done #52 skeleton moved successfully to cmd repo
This commit is contained in:
@@ -19,8 +19,13 @@ import (
|
||||
"github.com/agtorre/gocolorize"
|
||||
)
|
||||
|
||||
// DefaultRunMode for revel's application
|
||||
const DefaultRunMode = "dev"
|
||||
const (
|
||||
// RevelCmdImportPath Revel framework cmd tool import path
|
||||
RevelCmdImportPath = "github.com/revel/cmd"
|
||||
|
||||
// DefaultRunMode for revel's application
|
||||
DefaultRunMode = "dev"
|
||||
)
|
||||
|
||||
// Command structure cribbed from the genius organization of the "go" command.
|
||||
type Command struct {
|
||||
|
||||
Reference in New Issue
Block a user