Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "watch", Short: "Watch for file changes and run tests automatically", Long: "Watch for file changes and run tests automatically", RunE: func(cmd *cobra.Command, args []string) error { cfg, err := config.Load() if err != nil { return err } return Run(cfg) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.