Documentation ¶
Overview ¶
Package cmd implements command-line parsing and a REPL loop.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
Env captures all the state needed to run gql commands. Thread compatible
func New ¶
New creates a new environment. Arg interactive should be true if this is an interactive commandline session.
Click to show internal directories.
Click to hide internal directories.