Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExecuteCliModule = fx.Module( "main", fx.Provide( fx.Annotate( NewFxCli, fx.As(new(fxcli.Main)), ), ), )
View Source
var Module = fx.Module("cli", fx.Provide( newRootCommand, newApplyCommand, newVendorCommand, newUnvendorCmd, newPlanCommand, newExecuteBase, newVersionCmd, RootCobraCommand, ), )
Functions ¶
func RootCobraCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.