MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / setFlags

Function setFlags

cmd/modify_test.go:41–45  ·  view source on GitHub ↗
(cmd *cobra.Command, flags map[string]string)

Source from the content-addressed store, hash-verified

39}
40
41func setFlags(cmd *cobra.Command, flags map[string]string) {
42 for k, v := range flags {
43 _ = cmd.Flags().Set(k, v)
44 }
45}
46
47// ── buildModifyRequestFromFlags ─────────────────────────────────────────────
48

Calls

no outgoing calls

Tested by

no test coverage detected