Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dagger/container-use
/ init
Function
init
cmd/container-use/apply.go:63–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
func
init() {
64
applyCmd.Flags().BoolVarP(&applyDelete,
"delete"
,
"d"
, false,
"Delete the environment after successful application"
)
65
66
rootCmd.AddCommand(applyCmd)
67
}
Callers
nothing calls this directly
Calls
1
AddCommand
Method · 0.80
Tested by
no test coverage detected