commands

package
v0.46.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2025 License: MIT Imports: 50 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init_Add_Command

func Init_Add_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Base64_Command

func Init_Base64_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Build_Command

func Init_Build_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Bump_Command

func Init_Bump_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Cat_Command

func Init_Cat_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Chat_Command

func Init_Chat_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Checkout_Command

func Init_Checkout_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Clone_Command added in v0.44.0

func Init_Clone_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Compress_Command added in v0.35.0

func Init_Compress_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Cron_Command added in v0.35.0

func Init_Cron_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Describe_Command

func Init_Describe_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Diff_Command

func Init_Diff_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Doctor_Command

func Init_Doctor_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Down_Command

func Init_Down_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Exec_Command

func Init_Exec_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_GUID_Command added in v0.35.0

func Init_GUID_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Generate_Command

func Init_Generate_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Import_Command

func Init_Import_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Init_Command

func Init_Init_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Install_Command

func Init_Install_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_List_Command

func Init_List_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Make_Command

func Init_Make_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Monitor_Command

func Init_Monitor_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_New_Command

func Init_New_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Now_Command

func Init_Now_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Open_Command

func Init_Open_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Pack_Command

func Init_Pack_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Password_Command added in v0.35.0

func Init_Password_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Prompt_Command

func Init_Prompt_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Publish_Command

func Init_Publish_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Pull_Command

func Init_Pull_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Push_Command

func Init_Push_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Remove_Command

func Init_Remove_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Run_Command

func Init_Run_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Setup_Command

func Init_Setup_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Show_Command

func Init_Show_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Sleep_Command added in v0.35.0

func Init_Sleep_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Start_Command

func Init_Start_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Sync_Command

func Init_Sync_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Test_Command

func Init_Test_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Tidy_Command

func Init_Tidy_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Uncompress_Command added in v0.35.0

func Init_Uncompress_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Uninstall_Command

func Init_Uninstall_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Up_Command

func Init_Up_Command(parentCmd *cobra.Command, app *types.AppContext)

func Init_Update_Command

func Init_Update_Command(parentCmd *cobra.Command, app *types.AppContext)

Types

type GoModFile

type GoModFile struct {
	Module  GoModFileModule        `json:"Module,omitempty"`
	Go      string                 `json:"Go,omitempty"`
	Require []GoModFileRequireItem `json:"Require,omitempty"`
}

type GoModFileModule

type GoModFileModule struct {
	Path string `json:"Path,omitempty"`
}

type GoModFileRequireItem

type GoModFileRequireItem struct {
	Path     string `json:"Path,omitempty"`
	Indirect *bool  `json:"Indirect,omitempty"`
	Version  string `json:"Version,omitempty"`
}

type GoProxyModuleInfo

type GoProxyModuleInfo struct {
	Time    string `json:"Time,omitempty"`
	Version string `json:"Version,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL