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

Function clearScreen

internal/shell/shell.go:444–446  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

442}
443
444func clearScreen(w io.Writer) {
445 fmt.Fprint(w, clearScreenSequence)
446}
447
448func adaptShellArgs(rootCmd *cobra.Command, currentPath string, args []string) []string {
449 if len(args) == 0 {

Callers 2

StartFunction · 0.85
TestClearScreenFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestClearScreenFunction · 0.68