package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 14, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
CheckCmd = &cobra.Command{
Use: "check",
Short: "scaffold-gin check",
Long: "检测项目配置和依赖服务",
Example: "scaffold-gin check -c ./config/default.yaml",
RunE: func(cmd *cobra.Command, args []string) error {
return run()
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.