1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 17:36:38 +08:00

1534 Commits

Author SHA1 Message Date
92f2e8440a core/commands2: Updated root help text 2014-11-14 03:17:34 -08:00
165c69543b cmd/ipfs2: Output generated help text on error or help flag 2014-11-14 03:17:34 -08:00
3255bb02d1 commands/cli: Output command path in Parse 2014-11-14 03:17:34 -08:00
c827573e32 commands/cli: Helptext spacing fix for root command output 2014-11-14 03:17:33 -08:00
c169fca5a2 commands/cli: Added a helptext generator 2014-11-14 03:17:33 -08:00
c8696a8d32 core/commands2: Better formatted descriptions for 'mount' 2014-11-14 03:17:33 -08:00
2b8ef917b8 cmd/ipfs2: Added descriptions for 'init', 'tour' 2014-11-14 03:17:33 -08:00
c2615d3481 core/commands2: Added descriptions for all the existing commands 2014-11-14 03:17:33 -08:00
bb7d4683f1 core/commands2: Removed test subcommands 2014-11-14 03:17:33 -08:00
218d52642c core/commands2: Added descriptions for 'add', 'block' 2014-11-14 03:17:33 -08:00
351ed9589a commands: Added 'Description' fields to Command, Argument, Option 2014-11-14 03:17:33 -08:00
538dac153b diag doc 2014-11-14 03:17:33 -08:00
7046ff0e57 net-diag -> diag net 2014-11-14 03:17:32 -08:00
2720c4f1c6 fix(name:resolve, name:publish) docs 2014-11-14 03:17:32 -08:00
101601195c docs(pin) help 2014-11-14 03:17:32 -08:00
3dcae0e079 pin/unpin -> add rm
addresses
https://github.com/jbenet/go-ipfs/pull/263#issuecomment-62242970
2014-11-14 03:17:32 -08:00
852674b167 chore(pin) rm commented code 2014-11-14 03:17:32 -08:00
63feb68ce7 refactor(name, pub, resolve) separate files 2014-11-14 03:17:32 -08:00
092e346f94 docs(name/publish/resolve) help 2014-11-14 03:17:32 -08:00
c69ea0d6e2 add fixmes 2014-11-14 03:17:32 -08:00
ff55968b4c fix(mount) add argument 2014-11-14 03:17:31 -08:00
d066f15c37 todo(ls)
@jbenet
2014-11-14 03:17:31 -08:00
0e8e3cccb6 docs(ls) help 2014-11-14 03:17:31 -08:00
229b22f9c4 docs(log) help
making docs match command:
        name -> subsystem. Is the desired name?
2014-11-14 03:17:31 -08:00
48d65c6d95 docs(net-diag) help + name
@jbenet @whyrusleeping

Docs read net-diag. It seems the command was previously registered as
diag. Which do you prefer?
2014-11-14 03:17:31 -08:00
1c7ef8926d docs(commands) help 2014-11-14 03:17:31 -08:00
a631d745d0 docs(add) help 2014-11-14 03:17:31 -08:00
aa1c3cae4a fix(tour) variadic -> false 2014-11-14 03:17:31 -08:00
99d5098450 named imports 2014-11-14 03:17:31 -08:00
36dfb7bc43 core/commands2: Added 'update' command 2014-11-14 03:17:30 -08:00
3df5202f8a commands/http: Log incoming requests (with DEBUG log level) 2014-11-14 03:17:30 -08:00
7ead660738 cmd/ipfs2: Set all loggers to DEBUG level when running with 'debug' flag 2014-11-14 03:17:30 -08:00
520240d385 feat(commands2/tour) impl 2014-11-14 03:17:30 -08:00
c65b01c55c fix(add) cast safely 2014-11-14 03:17:30 -08:00
084ffd97aa fix(cli) tear down node 2014-11-14 03:17:30 -08:00
440c90be24 extract unpin
@mappum
2014-11-14 03:17:30 -08:00
92d20e429d add slice utils
ToStrings and ToReaders
2014-11-14 03:17:30 -08:00
4c029a8617 extract toStrings method 2014-11-14 03:17:30 -08:00
86f0aac88c refac(commands2/pin) loop 2014-11-14 03:17:29 -08:00
353cb39921 refac(commands2/ls) split loop
@mappum
2014-11-14 03:17:29 -08:00
6d89094d41 rename -> OnlineMode()
because this method doesn't check actual network status
2014-11-14 03:17:29 -08:00
8b6931cb02 check mode with use func node.OnlineMode() bool 2014-11-14 03:17:29 -08:00
772f657fcd add online method to node 2014-11-14 03:17:29 -08:00
e096060b90 refactor(core/commands2/add) split loop
@mappum
2014-11-14 03:17:29 -08:00
8cc1f67f76 fmt 2014-11-14 03:17:29 -08:00
18cce63ab6 core/commands2: Added 'block' command 2014-11-14 03:17:29 -08:00
1c5979e549 core/commands2: Added 'mount' command 2014-11-14 03:17:29 -08:00
16c584ce93 core/commands2: Added 'bootstrap' command 2014-11-14 03:17:28 -08:00
7228c8fe48 core/commands2: Added 'config' command 2014-11-14 03:17:28 -08:00
cb72868ab4 commands: Fixed parser argument bug (TODO: better test coverage for command parsers) 2014-11-14 03:17:28 -08:00