Involved Source Filescli_repl.gomisc_repl.go Package repl provides a REPL and CLI functionality for aRPC connections.
Package-Level Type Names (total 7)
/* sort by: | */
A is a struct for node arguments. It's a typesafe alternative to [am.A].Addrs[]string Arguments passed to the CLI from the shellIdstringLines[]stringListFilters*ListFilters machine ID list of machine IDs Mutation arguments passed from a Cobra cmd handler. RpcCh is a return channel for a list of [rpc.Worker]. It has to be
buffered or the mutation will fail.States[]string
func ParseArgs(args am.A) *A
func Pass(args *A) am.A
Dump returns the entire history file. GetLine returns a specific line from the history file. Len returns the number of items in the history file. Write item to history file.
*History : github.com/reeflective/readline/internal/history.Source
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.