package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Oct 16, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Cmd = &cobra.Command{
Use: "pg",
Short: "php generate init file",
Long: `generate init file for php project;examples:repository、service、controller、rpcClient`,
TraverseChildren: true,
RunE: func(cmd *cobra.Command, args []string) error {
run()
return nil
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.