Files
revel-cmd/model/command/test_command.go
Paul Tötterman 3d924a016b Lint fixes
2020-10-19 13:40:52 +03:00

10 lines
240 B
Go

package command
type (
Test struct {
ImportCommand
Mode string `short:"m" long:"run-mode" description:"The mode to run the application in"`
Function string `short:"f" long:"suite-function" description:"The suite.function"`
}
)