Open matcatc opened 14 years ago
If we start getting crazy with the command line, it could become confusing/irritating to type out the command each time. So we might then want to consider an user defined options file to read options in from when not specified by the user.
http://wiki.python.org/moin/ConfigParserShootout
cfg.cmdline_values.verbose
Note: this issue was created because of Ant-Junit issue raised the possibility that we might end with a lot of command line options.
Note: we might not want to get really serious with this until it would actually be useful/helpful. Remember: YAGNI
Also worth noting is that users can write aliases, scripts, etc. to simplify envocation of Test Parser, making a config file unnecessary.
If we start getting crazy with the command line, it could become confusing/irritating to type out the command each time. So we might then want to consider an user defined options file to read options in from when not specified by the user.
http://wiki.python.org/moin/ConfigParserShootout
cfg.cmdline_values.verbose
)Note: this issue was created because of Ant-Junit issue raised the possibility that we might end with a lot of command line options.
Note: we might not want to get really serious with this until it would actually be useful/helpful. Remember: YAGNI
Also worth noting is that users can write aliases, scripts, etc. to simplify envocation of Test Parser, making a config file unnecessary.