MCPcopy Create free account
hub / github.com/linuxkit/linuxkit / metadataCmd

Function metadataCmd

src/cmd/linuxkit/metadata.go:41–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func metadataCmd() *cobra.Command {
42
43 cmd := &cobra.Command{
44 Use: "metadata",
45 Short: "manage ISO metadata",
46 Long: `Manage ISO metadata.`,
47 }
48
49 cmd.AddCommand(metadataCreateCmd())
50
51 return cmd
52}

Callers 1

newCmdFunction · 0.85

Calls 1

metadataCreateCmdFunction · 0.85

Tested by

no test coverage detected