MCPcopy 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
130func hasAllCreateFlags(cmd *cobra.Command) bool {
131 return len(missingCreateFlags(cmd)) == 0
132}
133
134func missingCreateFlags(cmd *cobra.Command) []string {
135 var missing []string

Callers 1

runCreateFunction · 0.85

Calls 1

missingCreateFlagsFunction · 0.85

Tested by

no test coverage detected