Documentation
¶
Overview ¶
Package view provides the `view` command to print a lighthouse report
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "view",
Short: "Print a Lighthouse report",
PreRunE: validateFlags,
Run: view,
}
Cmd is our cobra command
Functions ¶
func IsInvalidFlagsError ¶
IsInvalidFlagsError asserts invalidFlagsError
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.