Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
func
clearScreen(w io.Writer) {
445
fmt.Fprint(w, clearScreenSequence)
446
}
447
448
func
adaptShellArgs(rootCmd *cobra.Command, currentPath string, args []string) []string {
449
if
len(args) == 0 {
Callers
2
Start
Function · 0.85
TestClearScreen
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestClearScreen
Function · 0.68