Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperElectron/Sundry
/ ttlPrompt
Function
ttlPrompt
cli/interactive.js:217–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
function
ttlPrompt(){
218
return
Prompt({
219
type
:
'input'
,
220
name:
'ttl'
,
221
default: 60,
222
message:
'Assign a host specific TTL, in seconds to this host? Default:'
223
})
224
}
225
226
/*
227
* Outputters
Callers
nothing calls this directly
Calls
1
Prompt
Function · 0.85
Tested by
no test coverage detected