mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-12 02:55:16 +00:00
9 lines
243 B
Go
9 lines
243 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"`
|
|
}
|
|
) |