MCPcopy 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
7func 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

RootCommandFunction · 0.85

Calls 1

makeCmdTaskRunFunction · 0.85

Tested by

no test coverage detected