Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thunder-Compute/thunder-cli
/ hasAllCreateFlags
Function
hasAllCreateFlags
cmd/create.go:130–132 ·
view source on GitHub ↗
(cmd *cobra.Command)
Source
from the content-addressed store, hash-verified
128
}
129
130
func
hasAllCreateFlags(cmd *cobra.Command) bool {
131
return
len(missingCreateFlags(cmd)) == 0
132
}
133
134
func
missingCreateFlags(cmd *cobra.Command) []string {
135
var
missing []string
Callers
1
runCreate
Function · 0.85
Calls
1
missingCreateFlags
Function · 0.85
Tested by
no test coverage detected