Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/52funny/pikpakcli
/ ReadLine
Method
ReadLine
cli/setup/setup.go:45–45 ·
view source on GitHub ↗
(prompt string)
Source
from the content-addressed store, hash-verified
43
44
type
Prompts
interface
{
45
ReadLine(prompt string) (string, error)
46
ReadPassword(prompt string) (string, error)
47
}
48
Callers
4
sha.go
File · 0.65
url.go
File · 0.65
handleCli
Function · 0.65
collectValues
Function · 0.65
Implementers
2
terminalPrompts
cli/setup/setup.go
fakePrompts
cli/setup/setup_test.go
Calls
no outgoing calls
Tested by
no test coverage detected