MCPcopy Create free account

hub / github.com/avamsi/climate / types & classes

Types & classes28 in github.com/avamsi/climate

↓ 1 callersStructjj
See ../greet/main.go first for some details that are not covered here. Struct is automatically converted to a command -- 1. Struct names are converte
cmd/examples/jj/main.go:27
StructMetadata
internal/metadata.go:75
TypeAliasParamType
internal/param.go:9
InterfacePlan
internal/run.go:5
StructRawMetadata
Note: it's important that all fields of RawMetadata be exported, otherwise gob won't be able to encode / decode them correctly.
internal/metadata.go:18
StructResult
testing/clitest/clitest.go:14
StructRunOptions
internal/run.go:9
FuncTypeTestCLI
func(ctx context.Context, args []string) Result
testing/clitest/clitest.go:19
StructUtil
Infrequently used commands such as for generating shell completions.
cmd/examples/jj/util/util.go:6
Structcommand
command.go:23
StructcompletionOptions
cmd/examples/jj/util/completion.go:5
StructexitError
error.go:23
FuncTypeflagTypeVarP
func(*T, string, string, T, string)
options.go:17
StructfuncCommandBuilder
command.go:141
StructfuncPlan
plan.go:11
Structgit
Commands for working with the underlying Git repo.
cmd/examples/jj/main.go:55
StructgreetOptions
Exported struct fields are automatically declared as flags -- 1. Field names are converted to kebab-case and are used as flag names. That said, u
cmd/examples/greet/main.go:25
Structoption
options.go:50
Structoptions
options.go:156
Structoptions
cmd/cligen/main.go:98
Structreflection
reflect.go:24
StructrunSignature
command.go:147
StructsquashOptions
cmd/examples/jj/main.go:37
StructstructCommandBuilder
command.go:271
StructstructPlan
plan.go:30
Structtags
options.go:19
FuncTypetypeParser
func(string) T
strconv.go:31
StructusageError
error.go:5