kubo/commands/cli
Thomas Gardner ddc8d0c60c commands: remove EnableStdin support for StringArg
With verbose flag:
* remove EnableStdin() flags on all StringArg,

* remove all unneeded parsing code for StringArg, and print an
* informative message if `ipfs` begins reading from a CharDevice,

* remove broken go tests for EnableStdin cli parsing, and add some
* trivial test cases for reading FileArg from stdin,

* add a panic to prevent EnableStdin from being set on
* StringArg in the future.

Resolves: #2877, #2870
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
2016-06-26 12:28:55 +10:00
..
cmd_suggestion.go commands/cli: fix parsing of incorrect permutations 2016-04-05 21:53:21 +10:00
helptext.go Show Synopsis in long help 2016-05-12 14:09:16 -04:00
parse_test.go commands: remove EnableStdin support for StringArg 2016-06-26 12:28:55 +10:00
parse.go commands: remove EnableStdin support for StringArg 2016-06-26 12:28:55 +10:00