On Sun, May 03, 2015 at 07:42:14PM +0200, Jan Gerber wrote: > another problem with string_list is that a comma is treated as a separator > so > > --debootstrap-option --components=main,contrib > > becomes > > ['--components=main', 'contrib']
That's an excellent point, valid for configuration files (it'd be OK on the command line). That would need to be solved in cliapp, and the only sensible way of doing that (that I can think of) is to (optionally) use YAML for configuration files. I stand by my opinion, however, that adding another level of option parsing would be confusing. vmdebootstrap's already difficult to use (and I say that as its original author). -- Happiness is a tested backup. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

