MCPcopy Create free account
hub / github.com/exercism/cli / CLI

Struct CLI

cli/cli.go:64–67  ·  view source on GitHub ↗

CLI is information about the CLI itself.

Source from the content-addressed store, hash-verified

62
63// CLI is information about the CLI itself.
64type CLI struct {
65 Version string
66 LatestRelease *Release
67}
68
69// New creates a CLI, setting it to a particular version.
70func New(version string) *CLI {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected