MCPcopy Create free account
hub / github.com/52funny/pikpakcli / promptForPath

Function promptForPath

internal/shell/shell.go:437–442  ·  view source on GitHub ↗
(currentPath string)

Source from the content-addressed store, hash-verified

435}
436
437func promptForPath(currentPath string) string {
438 if currentPath == "/" {
439 return "pikpak / > "
440 }
441 return fmt.Sprintf("pikpak %s/ > ", currentPath)
442}
443
444func clearScreen(w io.Writer) {
445 fmt.Fprint(w, clearScreenSequence)

Callers 1

StartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected