<div dir="ltr">I have no suggestion but I just experienced problem with options.<div><br></div><div>I have options:</div><div>* elevation<br></div><div>* end_water_level<br></div><div><br></div><div>So, when I write</div><div>

 elev=... end_wl=...<br></div><div>I get</div><div> Sorry, <elev=> is ambiguous<br></div><div>Because I could write also</div><div> eleva=... eleve=...<br></div><div>which I'm really not going to do.</div><div>
<br>
</div><div>It is expected behavior but not exactly what I want. But let's say that it is just disadvantage because writing</div><div> end_wl=</div><div>instead of</div><div> end_water_level= or end_w_l</div><div>is nice.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 16, 2013 at 1:40 PM, 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 class="im"><br>
Markus Neteler wrote:<br>
<br>
> >> I'll look into using > the option-matching code for option values as<br>
> >> well as names.<br>
> ><br>
> > Done in r57999.<br>
><br>
> Is there any usage example?<br>
<br>
</div>Rather than just allowing the entire option to be abbreviated to a<br>
prefix, each word can be abbreviated individually, so e.g.<br>
minimum_raster could be abbreviated to e.g. minr.<br>
<br>
There remains the issue that if one option is a prefix of another, the<br>
shorter option must always be given in full, as any abbreviation of it<br>
will also be a valid abbreviation of the longer option, and thus<br>
ambiguous.<br>
<br>
Suggestions welcome.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</div></div></blockquote></div><br></div>