Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
17
type
Command
interface
{
18
Command(celer *configs.Celer) *cobra.Command
19
}
20
21
var
rootCmd = &cobra.Command{
22
Use:
"celer"
,
Callers
8
setupGitOriginRepo
Function · 0.65
executeCmd
Method · 0.65
installConda
Method · 0.65
GetExecutable
Method · 0.65
Setup
Method · 0.65
GetSystemPythonVersion
Function · 0.65
GetVersion
Method · 0.65
setupWorkspaceForAutoremove
Function · 0.65
Implementers
15
installCmd
cmds/cmd_install.go
removeCmd
cmds/cmd_remove.go
reverseCmd
cmds/cmd_reverse.go
integrateCmd
cmds/cmd_integrate.go
searchCmd
cmds/cmd_search.go
configureCmd
cmds/cmd_configure.go
createCmd
cmds/cmd_create.go
cleanCmd
cmds/cmd_clean.go
versionCmd
cmds/cmd_version.go
treeCmd
cmds/cmd_tree.go
updateCmd
cmds/cmd_update.go
autoremoveCmd
cmds/cmd_autoremove.go
Calls
no outgoing calls
Tested by
no test coverage detected