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

8 lines
168 B
Go

package command
type (
ImportCommand struct {
ImportPath string `short:"a" long:"application-path" description:"Path to application folder" required:"false"`
}
)