MCPcopy Create free account
hub / github.com/cogentcore/core / main

Function main

cli/examples/basic/basic.go:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func main() { //types:skip
115 opts := cli.DefaultOptions("Basic", "Basic is a basic example application made with cli.")
116 cli.Run(opts, &Config{}, Build, Run, Mod, ModTidy, ModTidyRemote, ModTidyRemoteSetURL)
117}

Callers

nothing calls this directly

Calls 2

DefaultOptionsFunction · 0.92
RunFunction · 0.92

Tested by

no test coverage detected