help-gengetopt
[Top][All Lists]
Advanced

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

[help-gengetopt] Include configuration file into configuration file


From: David Sarrut
Subject: [help-gengetopt] Include configuration file into configuration file
Date: Thu, 10 Jun 2010 12:59:32 +0200

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 !

reply via email to

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