MCPcopy Create free account
hub / github.com/celer-pkg/celer / Command

Interface Command

cmds/cmds.go:17–19  ·  view source on GitHub ↗

Interface for command.

Source from the content-addressed store, hash-verified

15
16// Interface for command.
17type Command interface {
18 Command(celer *configs.Celer) *cobra.Command
19}
20
21var rootCmd = &cobra.Command{
22 Use: "celer",

Callers 8

setupGitOriginRepoFunction · 0.65
executeCmdMethod · 0.65
installCondaMethod · 0.65
GetExecutableMethod · 0.65
SetupMethod · 0.65
GetSystemPythonVersionFunction · 0.65
GetVersionMethod · 0.65

Implementers 15

installCmdcmds/cmd_install.go
removeCmdcmds/cmd_remove.go
reverseCmdcmds/cmd_reverse.go
integrateCmdcmds/cmd_integrate.go
searchCmdcmds/cmd_search.go
configureCmdcmds/cmd_configure.go
createCmdcmds/cmd_create.go
cleanCmdcmds/cmd_clean.go
versionCmdcmds/cmd_version.go
treeCmdcmds/cmd_tree.go
updateCmdcmds/cmd_update.go
autoremoveCmdcmds/cmd_autoremove.go

Calls

no outgoing calls

Tested by

no test coverage detected