Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avamsi/climate
/ types & classes
Types & classes
28 in github.com/avamsi/climate
⨍
Functions
78
◇
Types & classes
28
↓ 1 callers
Struct
jj
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
Struct
Metadata
internal/metadata.go:75
TypeAlias
ParamType
internal/param.go:9
Interface
Plan
internal/run.go:5
Struct
RawMetadata
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
Struct
Result
testing/clitest/clitest.go:14
Struct
RunOptions
internal/run.go:9
FuncType
TestCLI
func(ctx context.Context, args []string) Result
testing/clitest/clitest.go:19
Struct
Util
Infrequently used commands such as for generating shell completions.
cmd/examples/jj/util/util.go:6
Struct
command
command.go:23
Struct
completionOptions
cmd/examples/jj/util/completion.go:5
Struct
exitError
error.go:23
FuncType
flagTypeVarP
func(*T, string, string, T, string)
options.go:17
Struct
funcCommandBuilder
command.go:141
Struct
funcPlan
plan.go:11
Struct
git
Commands for working with the underlying Git repo.
cmd/examples/jj/main.go:55
Struct
greetOptions
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
Struct
option
options.go:50
Struct
options
options.go:156
Struct
options
cmd/cligen/main.go:98
Struct
reflection
reflect.go:24
Struct
runSignature
command.go:147
Struct
squashOptions
cmd/examples/jj/main.go:37
Struct
structCommandBuilder
command.go:271
Struct
structPlan
plan.go:30
Struct
tags
options.go:19
FuncType
typeParser
func(string) T
strconv.go:31
Struct
usageError
error.go:5