Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
func
makeCmdVersion() *commander.Command {
21
return
&commander.Command{
22
Run: aptlyVersion,
23
UsageLine:
"version"
,
24
Short:
"display version"
,
25
Long: `
26
Shows aptly version.
27
28
ex:
29
$ aptly version
30
`,
31
}
32
}
Callers
1
RootCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected