mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 00:38:08 +08:00
docs(commands) help
This commit is contained in:
parent
a631d745d0
commit
1c7ef8926d
@ -13,7 +13,12 @@ type Command struct {
|
||||
}
|
||||
|
||||
var commandsCmd = &cmds.Command{
|
||||
Help: "TODO",
|
||||
// TODO UsageLine: "commands",
|
||||
// TODO Short: "List all available commands.",
|
||||
Help: `ipfs commands - List all available commands.
|
||||
|
||||
Lists all available commands (and sub-commands) and exits.
|
||||
`,
|
||||
Run: func(res cmds.Response, req cmds.Request) {
|
||||
root := outputCommand("ipfs", Root)
|
||||
res.SetOutput(&root)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user