MCPcopy Create free account
hub / github.com/Mister-leo/fssh / printStepHeader

Function printStepHeader

cmd/fssh/setup.go:167–171  ·  view source on GitHub ↗

printStepHeader prints a step header

(step, total int, title string)

Source from the content-addressed store, hash-verified

165
166// printStepHeader prints a step header
167func printStepHeader(step, total int, title string) {
168 fmt.Printf("Step %d/%d: %s\n", step, total, title)
169 fmt.Println("──────────────────────────────────────")
170 fmt.Println()
171}
172
173// printSetupComplete prints the completion message
174func printSetupComplete() {

Callers 2

runInteractiveSetupFunction · 0.85
promptAuthModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected