Home
last modified time | relevance | path

Searched refs:NewCmdRoot (Results 1 – 4 of 4) sorted by relevance

/dports/devel/gh/cli-2.4.0/cmd/gen-docs/
H A Dmain.go44 rootCmd := root.NewCmdRoot(&cmdutil.Factory{
/dports/devel/gh/cli-2.4.0/docs/
H A Dproject-layout.md46 4. The `main` package initializes the "root" command with `root.NewCmdRoot()` and dispatches execut…
71 somewhere in the `NewCmdRoot()` method.
/dports/devel/gh/cli-2.4.0/pkg/cmd/root/
H A Droot.go36 func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command { func
/dports/devel/gh/cli-2.4.0/cmd/gh/
H A Dmain.go91 rootCmd := root.NewCmdRoot(cmdFactory, buildVersion, buildDate)