bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

possible commandline option improvement


From: gccbison
Subject: possible commandline option improvement
Date: Tue, 14 Feb 2012 14:38:10 +0100
User-agent: XS4ALL Webmail

The commandline option handling maybe
can be improved a little bit:

bison --help shows the comandline options,
for example the output file option:

  -o, --output=FILE          leave output to FILE

When at a typo the option is used as '-output=filename'
then it is parsed as the '-o' option and the generated
filename is 'utput=filename' and this is oke how it is
programmed in getargs.c

Reading the sourcecode it could be made to automagically
interpret it as the '--output=filename' option in such
situation. Something to consider for the todo list.


--
This message in only for the addressed person and secret for anyone else. No md5sums? Then ICT did not happen! GNU/LINUX GNU GPL Free Software only.
Freedom and privacy does matter. www.fsf.org www.kernel.org www.eff.org
md5sum: 5c6ccb355c30df22e1bec3792a954fce



reply via email to

[Prev in Thread] Current Thread [Next in Thread]