mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
10 lines
240 B
Go
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"`
|
|
}
|
|
)
|