<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 15, 2015 at 7:41 AM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":y2" class="a3s" style="overflow:hidden">Modules which commonly use many input maps should have the option to<br>
read map names from a file. This mostly affects r.series, which<br>
already does so.<br>
<br>
If this issue was more common, we could consider extending G_parser()<br>
to allow transparently reading any option value from a file, using<br>
e.g. input=@filename. But that may just cause similar issues with<br>
--interface-description, G_recreate_command(), etc.</div></blockquote></div><br></div><div class="gmail_extra">Good idea, although I'm afraid of potential problems with interface. Similar solution, with similar potential issues, is to create automatically `input_file` when `input` is multiple or when specified in code. Moving things to parser is definitively more advantageous for things like overwrite but it may cause some code and reading duplication for Python scripts.<br></div></div>