MCPcopy
hub / github.com/moby/moby / Args

Function Args

integration-cli/cli/cli.go:142–144  ·  view source on GitHub ↗

Args build an icmd.Cmd struct from the specified (command and) arguments.

(commandAndArgs ...string)

Source from the content-addressed store, hash-verified

140
141// Args build an icmd.Cmd struct from the specified (command and) arguments.
142func Args(commandAndArgs ...string) icmd.Cmd {
143 return icmd.Cmd{Command: commandAndArgs}
144}
145
146// Daemon points to the specified daemon
147func Daemon(d *daemon.Daemon) func(*icmd.Cmd) func() {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…