MCPcopy
hub / github.com/containers/toolbox / getUsageForCommonCommands

Function getUsageForCommonCommands

src/cmd/utils.go:386–394  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384}
385
386func getUsageForCommonCommands() string {
387 var builder strings.Builder
388 builder.WriteString("create Create a new Toolbx container\n")
389 builder.WriteString("enter Enter an existing Toolbx container\n")
390 builder.WriteString("list List all existing Toolbx containers and images\n")
391
392 usage := builder.String()
393 return usage
394}
395
396func poll(pollFn pollFunc, eventFD int32, fds ...int32) error {
397 if len(fds) == 0 {

Callers 2

rootRunImplFunction · 0.85
showManualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…