packagemainimport("github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag""github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/commander""github.com/jbenet/go-ipfs/core/commands")varcmdIpfsResolve=&commander.Command{UsageLine:"resolve",Short:"resolve an ipns link to a hash",Long:`ipfs resolve <hash>... - Resolve hash.`,Run:resolveCmd,Flag:*flag.NewFlagSet("ipfs-resolve",flag.ExitOnError),}