[Haskell-cafe] A question regarding cmdargs package

Sönke Hahn shahn at cs.tu-berlin.de
Thu Dec 30 17:05:36 CET 2010


> That i18n is a fantastic argument - and one that really means cmdargs
> has no choice but to support all the attributes on help/version.

Is it possible to change the "groupname" for the implicit "help" and "version" 
options? I have defined some options with groupname "development flags", but I 
would want to have another groupname for "help" and "version". (Or -- even 
better -- have them included in the "Common flags" section. I toyed around 
with something like 'helpArg [groupname "Something"]', but without success.

Thanks,
Sönke

(Using System.Console.CmdArgs.Implicit from cmdargs-0.6.5.)



More information about the Haskell-Cafe mailing list