kubo/commands
Thomas Gardner aaa6569f2c trivial: various superficial fixes
misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion

core/commands/mount_unix.go: ensure error is not nil before printing it

contribute.md: fix bibliography indexing in example

core/commands/swarm.go: change tabs to spaces in USAGE message

*: 80-column readability improvements

License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-02-03 15:46:28 +10:00
..
cli Flatten multipart file transfers 2016-01-12 08:22:55 -08:00
files trivial: various superficial fixes 2016-02-03 15:46:28 +10:00
http Merge pull request #2141 from Kubuxu/patch-1 2016-01-21 23:31:25 -08:00
argument.go commands: Added Recursive modifier to Argument 2014-11-18 02:13:54 -08:00
channelmarshaler.go allow channel marshaler to return errors from cmds.Response 2015-09-04 14:12:19 -07:00
command_test.go commands: Refactored Command#Run function signature to (req Request, res Response) 2015-01-23 18:29:29 -08:00
command.go trivial: various superficial fixes 2016-02-03 15:46:28 +10:00
option_test.go tests(commands/option) test the OptionValue methods 2014-11-14 03:19:57 -08:00
option.go Fix cli flag orders (long, short) 2015-10-19 12:53:23 +07:00
request.go Add fixed period repo GC + test 2015-11-10 14:03:29 +07:00
response_test.go Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)' 2015-05-26 23:18:04 +07:00
response.go no newlines in json objects 2015-11-30 15:23:48 -08:00