MCPcopy Create free account
hub / github.com/aptly-dev/aptly / makeCmdVersion

Function makeCmdVersion

cmd/version.go:20–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func makeCmdVersion() *commander.Command {
21 return &commander.Command{
22 Run: aptlyVersion,
23 UsageLine: "version",
24 Short: "display version",
25 Long: `
26Shows aptly version.
27
28ex:
29 $ aptly version
30`,
31 }
32}

Callers 1

RootCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected