25 Jul
2008
25 Jul
'08
6:50 p.m.
Alright, my problem is that in my configuration file, I need to carry data that maps names to a set of permissions (represented as strings when in the file, of course). There are two basic solutions that I can think of: the one-line-per-name approach and the entire-mapping-in-one-configuration-line approach. Is it possible to do the former with ProgramOptions and if so, how? Also, what would be a good syntax for the latter?