On Sat, Apr 08, 2017 at 03:01:35PM +0100, Daniel Silverstone wrote:
This series first fixes a bug where gitano-setup wouldn't
read all the answer files it was given; and then it adds
support for a file name of '-' which is taken to mean stdin
and forces batch mode if it's used.
Excellent! This caused me some problems when I was writing documentation.
I understand the logic in stdin implying it has to be batch mode,
since it then can't ask questions from stdin.
I might potentially prefer that if any answers file is provided
that it should imply batch mode, but I can see counter-arguments,
and it's a topic for another time.
Thanks for the patch. I have merged it.