ipfs/kubo

Document global options

Open

#2,583 创建于 2016年4月19日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Go (2,725 fork)batch import
help wantedtopic/docs-ipfs

仓库指标

Star
 (13,906 star)
PR 合并指标
 (平均合并 4天 2小时) (30 天内合并 28 个 PR)

描述

timeout is a global option that can be passed to the CLI and to the HTTP API. It is referenced in a few places, like in ipfs diag net --help, but it isn't clear there that it is global, and it may seem that it is only relevant for those subcommands (like diag net). There should be a mention of global options, somewhere in the CLI man (and in the HTTP API docs, but we can get to that later).

The obvious place would be at the bottom of ipfs --help. What do you think?

贡献者指南