Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptly-dev/aptly
/ makeCmdTask
Function
makeCmdTask
cmd/task.go:7–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
makeCmdTask() *commander.Command {
8
return
&commander.Command{
9
UsageLine:
"task"
,
10
Short:
"manage aptly tasks"
,
11
Subcommands: []*commander.Command{
12
makeCmdTaskRun(),
13
},
14
}
15
}
Callers
1
RootCommand
Function · 0.85
Calls
1
makeCmdTaskRun
Function · 0.85
Tested by
no test coverage detected