mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
8 lines
168 B
Go
8 lines
168 B
Go
package command
|
|
|
|
type (
|
|
ImportCommand struct {
|
|
ImportPath string `short:"a" long:"application-path" description:"Path to application folder" required:"false"`
|
|
}
|
|
)
|