.driverc: parse multiple key=value pairs as on the CLI
jean-christophe-manciot opened this issue · 2 comments
jean-christophe-manciot commented
For instance:
[share]
emails=drive-mailing-list@gmail.com,odeke@ualberta.ca message="Here is the drive code" role=reader,commenter type=user
[push]
force
[pull]
fix-clashes
[diff]
skip-content-check
odeke-em commented
Hello @jean-christophe-manciot, thanks for the request.
I suppose we can parse by key=value
delimited by space, but then how many people are looking for this feature?
I think for the boolean cases e.g fix-clashes
instead of fix-clashes=true
, that might have been raised as a separate issue, away from this one.
odeke-em commented
I've marked this for the next milestone.