github.com/terhitormanen/cmd@v1.1.4/model/command/test_command.go (about)

     1  package command
     2  
     3  type (
     4  	Test struct {
     5  		ImportCommand
     6  		Mode     string `short:"m" long:"run-mode" description:"The mode to run the application in"`
     7  		Function string `short:"f" long:"suite-function" description:"The suite.function"`
     8  	}
     9  )