Hello,

is it possible to include a configuration file into another one ? Like :

<file: A.ggo>
package "A"
version "1.0"
purpose "Foo"
option "verbose"        v  "Verbose"  flag off
*include B.ggo      //<-- is something like that exist ? *

with
<file: B.ggo>
option "verbose2"      -  "Verbose2"  flag off


Thank you,
David
PS : really nice job with gengetopt, we use it for years !
_______________________________________________
Help-gengetopt mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gengetopt

Reply via email to