MCPcopy
hub / github.com/MadAppGang/dingo / PrintFileStart

Method PrintFileStart

pkg/ui/styles.go:151–160  ·  view source on GitHub ↗

PrintFileStart prints the file being processed

(inputPath, outputPath string)

Source from the content-addressed store, hash-verified

149
150// PrintFileStart prints the file being processed
151func (b *BuildOutput) PrintFileStart(inputPath, outputPath string) {
152 b.currentFile = inputPath
153
154 input := styleFileInput.Render(inputPath)
155 arrow := styleMuted.Render("→")
156 output := styleFileOutput.Render(outputPath)
157
158 fmt.Printf(" %s %s %s\n", input, arrow, output)
159 fmt.Println()
160}
161
162// Step represents a build step status
163type Step struct {

Callers 1

buildFileFunction · 0.80

Calls 2

RenderMethod · 0.80
PrintfMethod · 0.80

Tested by

no test coverage detected