docs/commands/commandstest
John Sirois 705865fa70 Fixup create command flag application.
Previously StringSlice flag defaults were not respected.  These use
special handling and that handling did not take account of default
values, always over-writing them.  Expand the CommandLine interface to
take advantage of the underlying codegansta/cli.Context IsSet method and
guard default string slice overwrites with an IsSet test.

Signed-off-by: John Sirois <john.sirois@gmail.com>
2016-03-29 11:53:22 -06:00
..
fake_command_line.go Fixup create command flag application. 2016-03-29 11:53:22 -06:00
stdout_capture.go Add more command tests 2015-11-25 14:23:29 +01:00