Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ interactiveConfigAction
Function
interactiveConfigAction
cmd/writefreely/config.go:56–60 ·
view source on GitHub ↗
(c *cli.Context)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
interactiveConfigAction(c *cli.Context) error {
57
app := writefreely.NewApp(c.String(
"c"
))
58
writefreely.DoConfig(app, c.String(
"sections"
))
59
return
nil
60
}
Callers
nothing calls this directly
Calls
3
NewApp
Function · 0.92
DoConfig
Function · 0.92
String
Method · 0.80
Tested by
no test coverage detected