rlarranaga / bafprp

Automatically exported from code.google.com/p/bafprp
0 stars 0 forks source link

Config files #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a bug to track the development and take suggestions on bafprp
configuration files.  I am going to move configuration of bafprp from the
command line to a config file to be passed to bafprp.

The config file should be easy to understand and write.  Users should be
able to:

1. Set all properties
2. Change output formats
3. Create new fields
4. Create new records

Original issue reported on code.google.com by charless...@gmail.com on 11 Jan 2010 at 10:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi Charles,
Any progress on this feature?
Thanks for all your great work!
Brian

Original comment by bge...@gmail.com on 19 Mar 2011 at 3:01

GoogleCodeExporter commented 8 years ago
I have been wanting to do this for a while now.  I am still looking for a good 
config file parsing system to implement this though.  I have used boost program 
options but I do not want to create a dependency on boost so I will have to 
find a different solution.
I know with all the settings available a config guide would be very nice so I 
will try to find a good solution for the next big release :)

Original comment by charless...@gmail.com on 19 Mar 2011 at 6:56