cmds.StringArg("ipfs-path",false,true,"Path to object(s) to be listed."),
},
Options:[]cmds.Option{
cmds.StringOption("type","t","The type of pinned keys to list. Can be \"direct\", \"indirect\", \"recursive\", or \"all\". Defaults to \"recursive\"."),
cmds.StringOption("type","t","The type of pinned keys to list. Can be \"direct\", \"indirect\", \"recursive\", or \"all\".").Default("all"),
cmds.BoolOption("count","n","Show refcount when listing indirect pins."),
cmds.BoolOption("quiet","q","Write just hashes of objects."),