Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/celer-pkg/celer
/ Command
Method
Command
cmds/cmds.go:18–18 ·
view source on GitHub ↗
(celer *configs.Celer)
Source
from the content-addressed store, hash-verified
16
// Interface for command.
17
type
Command
interface
{
18
Command(celer *configs.Celer) *cobra.Command
19
}
20
21
var
rootCmd = &cobra.Command{
Callers
15
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
Execute
Function · 0.65
TestNoArgsCommands_Validation
Function · 0.65
setupTestRepo
Function · 0.65
GetRepoUrl
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
10
setupGitOriginRepo
Function · 0.52
setupWorkspaceForAutoremove
Function · 0.52
TestNoArgsCommands_Validation
Function · 0.52
setupTestRepo
Function · 0.52
TestExecutor_CreateLogFile
Function · 0.52
TestExecutor_CreateLogFileNoPath
Function · 0.52
TestExecutor_CreateLogFileWithEnv
Function · 0.52
TestExecutor_ConfigureOutputs_NilOutput
Function · 0.52
TestExecutor_ConfigureOutputs_WithOutput
Function · 0.52
TestExecutor_ConfigureOutputs_WithLogFile
Function · 0.52