gnulib-tool-py
[Top][All Lists]
Advanced

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

Re: [gnulib-tool-py] Update .gitignore and .cvsignore files


From: address@hidden
Subject: Re: [gnulib-tool-py] Update .gitignore and .cvsignore files
Date: Sun, 19 Aug 2012 12:04:02 +0000

Hi Bruno,

> But I'm confused about the argument passing. I thought we would at some
> point also use sys.argv. So far only sys.argv[0] appears to be used.

Just look through the code of gnulib-tool.py from the last commit. As you can 
see, all options which will be received from shell (this part is to be written; 
at this time I just set them right after "def main()" section) are then 
transmitted to GLConfig. Later this config is transmitted to different classes 
like GLImport or GLTestDir.

May be you've just missed my latest tomorrow commit. gnulib-tool.py after this 
commit has syntax almost the same as in gnulib-tool.sh, except that I haven't 
written real shell processing yet (I think that will probably be the easiest 
part).



reply via email to

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