MCPcopy
hub / github.com/dagger/container-use / init

Function init

cmd/container-use/stdio.go:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func init() {
40 stdioCmd.Flags().BoolVar(&singleTenant, "single-tenant", false, "Enable single-tenant mode where environment ID is optional (assumes one session per server)")
41 rootCmd.AddCommand(stdioCmd)
42}

Callers

nothing calls this directly

Calls 1

AddCommandMethod · 0.80

Tested by

no test coverage detected