mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
docs(commands2/cat) help text
This commit is contained in:
parent
2a15fe8e1e
commit
d2d29a80dc
@ -13,7 +13,11 @@ var catCmd = &cmds.Command{
|
||||
Arguments: []cmds.Argument{
|
||||
cmds.Argument{"object", cmds.ArgString, false, true},
|
||||
},
|
||||
Help: "TODO",
|
||||
Help: `ipfs cat <ipfs-path> - Show ipfs object data.
|
||||
|
||||
Retrieves the object named by <ipfs-path> and displays the Data
|
||||
it contains.
|
||||
`,
|
||||
Run: func(res cmds.Response, req cmds.Request) {
|
||||
node := req.Context().Node
|
||||
paths := make([]string, 0, len(req.Arguments()))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user