Documentation
¶
Overview ¶
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Package cli defines different commands for the test_plan tool.
Index ¶
- func CmdChromeosCoverageRulesUpdateRun(authOpts auth.Options) *subcommands.Command
- func CmdChromeosDirmdUpdateRun(authOpts auth.Options) *subcommands.Command
- func CmdGenerate(authOpts auth.Options) *subcommands.Command
- func CmdGetTestable(authOpts auth.Options) *subcommands.Command
- func CmdMigrationStatus(authOpts auth.Options) *subcommands.Command
- func CmdRelevantPlans(authOpts auth.Options) *subcommands.Command
- func CmdValidate(authOpts auth.Options) *subcommands.Command
- type TemplateParametersFlag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdChromeosCoverageRulesUpdateRun ¶
func CmdChromeosCoverageRulesUpdateRun(authOpts auth.Options) *subcommands.Command
func CmdChromeosDirmdUpdateRun ¶
func CmdChromeosDirmdUpdateRun(authOpts auth.Options) *subcommands.Command
func CmdGenerate ¶
func CmdGenerate(authOpts auth.Options) *subcommands.Command
func CmdGetTestable ¶
func CmdGetTestable(authOpts auth.Options) *subcommands.Command
func CmdMigrationStatus ¶
func CmdMigrationStatus(authOpts auth.Options) *subcommands.Command
func CmdRelevantPlans ¶
func CmdRelevantPlans(authOpts auth.Options) *subcommands.Command
func CmdValidate ¶
func CmdValidate(authOpts auth.Options) *subcommands.Command
Types ¶
type TemplateParametersFlag ¶
type TemplateParametersFlag struct {
// contains filtered or unexported fields
}
TemplateParametersFlag encapsulates logic to parse lists of TemplateParameters from the command line.
func (*TemplateParametersFlag) Parse ¶
func (t *TemplateParametersFlag) Parse(ctx context.Context) (map[string][]*plan.SourceTestPlan_TestPlanStarlarkFile_TemplateParameters, error)
Parse parses the raw strings given in the command line into TemplateParameters.
func (*TemplateParametersFlag) Register ¶
func (t *TemplateParametersFlag) Register(fs *flag.FlagSet)
Register creates a templateparameter flag in fs.