mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 10:49:24 +08:00
Capitalized Tokens
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -50,7 +50,7 @@ Note: list all refs recursively with -r.
|
||||
cmds.StringArg("ipfs-path", true, true, "Path to the object(s) to list refs from.").EnableStdin(),
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.StringOption("format", "Emit edges with given format. tokens: <src> <dst> <linkname>."),
|
||||
cmds.StringOption("format", "Emit edges with given format. Available tokens: <src> <dst> <linkname>."),
|
||||
cmds.BoolOption("edges", "e", "Emit edge format: `<from> -> <to>`."),
|
||||
cmds.BoolOption("unique", "u", "Omit duplicate refs from output."),
|
||||
cmds.BoolOption("recursive", "r", "Recursively list links of child nodes."),
|
||||
|
Reference in New Issue
Block a user