MCPcopy
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
56func 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

NewAppFunction · 0.92
DoConfigFunction · 0.92
StringMethod · 0.80

Tested by

no test coverage detected