ipfs/kubo

Document global options

Open

#2 583 ouverte le 19 avr. 2016

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Go (2 725 forks)batch import
help wantedtopic/docs-ipfs

Métriques du dépôt

Stars
 (13 906 stars)
Métriques de merge PR
 (Merge moyen 4j 2h) (28 PRs mergées en 30 j)

Description

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?

Guide contributeur