)varcmdIpfsCat=&commander.Command{UsageLine:"cat",Short:"Show ipfs object data.",Long:`ipfs cat <ipfs-path> - Show ipfs object data. Retrieves the object named by <ipfs-path> and displays the Data it contains.`,Run:catCmd,Flag:*flag.NewFlagSet("ipfs-cat",flag.ExitOnError),}