kubo/commands
Juan Batiz-Benet 58f39687cf logs: removed all log.Errors unhelpful to users
Let's save log.Error for things the user can take action on.
Moved all our diagnostics to log.Debug. We can ideally reduce them
even further.
2015-02-03 01:06:07 -08:00
..
cli commands/files: Added PeekFile and StatFile interfaces 2015-01-23 18:29:30 -08:00
files commands/files: Added SizeFile interface 2015-01-23 18:29:30 -08:00
http logs: removed all log.Errors unhelpful to users 2015-02-03 01:06:07 -08:00
argument.go commands: Added Recursive modifier to Argument 2014-11-18 02:13:54 -08:00
channelmarshaler.go commands: Made default JSON marshaler support channel output 2015-01-06 15:53:48 -08: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 commands: Made PostRun signature match Run 2015-01-23 18:29:31 -08:00
option_test.go tests(commands/option) test the OptionValue methods 2014-11-14 03:19:57 -08:00
option.go commands: Use a flag to enable streaming channel output 2015-01-06 15:53:48 -08:00
request.go commands: Made Std{in|out|err} accessible in Request/Response 2015-01-23 18:29:31 -08:00
response_test.go commands; Fixed tests for Reader output 2015-01-06 15:55:17 -08:00
response.go commands: Made Std{in|out|err} accessible in Request/Response 2015-01-23 18:29:31 -08:00