MCPcopy
hub / github.com/abiosoft/ishell / Printf

Method Printf

actions.go:36–36  ·  view source on GitHub ↗

Printf prints to output using string format.

(format string, val ...interface{})

Source from the content-addressed store, hash-verified

34 Print(val ...interface{})
35 // Printf prints to output using string format.
36 Printf(format string, val ...interface{})
37 // ShowPaged shows a paged text that is scrollable.
38 // This leverages on "less" for unix and "more" for windows.
39 ShowPaged(text string) error

Callers 2

getPositionFunction · 0.65
mainFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected