Peter Otten wrote:
> Lucas Malor wrote:
>
>> Hello all. I'm trying to do a little script. Simply I want to make a list
>> of all options with them default values. If the option is not specified in
>> the command line, the script must try to read it in a config.ini file. If
>> it's not present also
Lucas Malor wrote:
> Hello all. I'm trying to do a little script. Simply I want to make a list
> of all options with them default values. If the option is not specified in
> the command line, the script must try to read it in a config.ini file. If
> it's not present also there, it must set the def
Hello all. I'm trying to do a little script. Simply I want to make a list of
all options with them default values. If the option is not specified in the
command line, the script must try to read it in a config.ini file. If it's not
present also there, it must set the default value.
The problem