Talk:Parse command-line arguments: Difference between revisions

→‎Ruby example: new section
m (format)
(→‎Ruby example: new section)
Line 26:
 
I have also got some part written code that will follow the conventions, but the project is in its infancy, and not ready for prime time here on rosettacode (because it is in a language that I am still learning). It will eventually become available as library code, providing an alternative parser to getopt (but using different conventions). [[User:Markhobley|Markhobley]] 19:37, 6 August 2011 (UTC)
 
== Ruby example ==
 
What if both <tt>-d</tt> and <tt>-e</tt> are given? Then only the last one applies? That seems kinda fragile. --[[Special:Contributions/166.250.34.11|166.250.34.11]] 19:47, 8 August 2011 (UTC)
Anonymous user