package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: May 22, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
StartCmd = &cobra.Command{
Use: "checkenv",
Short: "Check whether GoOwl is compatible with this platform",
Example: "GoOwl checkenv -c config/settings.yml",
Run: func(cmd *cobra.Command, args []string) {
runEnvCheck()
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.