Documentation
¶
Index ¶
- func Init_Add_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Base64_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Build_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Bump_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Cat_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Chat_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Checkout_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Clone_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Compress_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Cron_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Describe_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Diff_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Doctor_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Down_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Exec_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_GUID_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Generate_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Import_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Init_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Install_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_List_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Make_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Monitor_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_New_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Now_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Open_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Pack_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Password_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Prompt_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Publish_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Pull_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Push_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Remove_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Run_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Setup_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Show_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Sleep_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Start_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Sync_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Test_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Tidy_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Uncompress_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Uninstall_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Up_Command(parentCmd *cobra.Command, app *types.AppContext)
- func Init_Update_Command(parentCmd *cobra.Command, app *types.AppContext)
- type GoModFile
- type GoModFileModule
- type GoModFileRequireItem
- type GoProxyModuleInfo
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 GoProxyModuleInfo ¶
Source Files
¶
- add.go
- base64.go
- build.go
- bump.go
- cat.go
- chat.go
- checkout.go
- clone.go
- compress.go
- cron.go
- describe.go
- diff.go
- doctor.go
- down.go
- execute.go
- generate.documentation.go
- generate.go
- generate.powerpoint.go
- generate.project.go
- guid.go
- import.aliases.go
- import.go
- import.projects.go
- init.go
- init.settings.go
- install.go
- list.go
- make.go
- monitor.go
- new.go
- now.go
- open.go
- pack.go
- password.go
- prompt.go
- publish.go
- pull.go
- push.go
- remove.go
- run.go
- setup.go
- show.go
- sleep.go
- start.go
- sync.go
- test.go
- tidy.go
- uncompress.go
- uninstall.go
- up.go
- update.go
- update.self_update.go
Click to show internal directories.
Click to hide internal directories.