Commit 1c7ef892 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

docs(commands) help

parent a631d745
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment