MCPcopy
hub / github.com/runfinch/finch / CreateWithoutStdio

Method CreateWithoutStdio

pkg/command/nerdctl.go:23–23  ·  view source on GitHub ↗

CreateWithoutStdio creates a new Lima command without connecting the stdio of it to the stdio of the current process. It is usually used when either Output() or CombinedOutput() instead of Run() needs to be invoked on the returned command.

(args ...string)

Source from the content-addressed store, hash-verified

21 // CreateWithoutStdio creates a new Lima command without connecting the stdio of it to the stdio of the current process.
22 // It is usually used when either Output() or CombinedOutput() instead of Run() needs to be invoked on the returned command.
23 CreateWithoutStdio(args ...string) Command
24 // RunWithReplacingStdout runs a new Lima command,
25 // connects the stdio of it to the stdio of the current process,
26 // and replaces all the strings in stdout according to rs.

Callers 15

GetVMStatusFunction · 0.65
GetVMTypeFunction · 0.65
TestGetVMStatusFunction · 0.65
TestGetVMTypeFunction · 0.65
limaDiskExistsMethod · 0.65
createLimaDiskMethod · 0.65
unlockLimaDiskMethod · 0.65
resizeDiskIfNeededMethod · 0.65
InstalledMethod · 0.65
InstallMethod · 0.65

Implementers 3

nerdctlCmdCreatorpkg/command/nerdctl_native.go
NerdctlCmdCreatorpkg/mocks/command_nerdctl_cmd_creator.
NerdctlCmdCreatorMockRecorderpkg/mocks/command_nerdctl_cmd_creator.

Calls

no outgoing calls