I recently reviewed the code for parsing flags. It looks like `,` isn't allowed in the paths used at all. Is this accurate? I would like to know how to allow reading `authors/last, first` directory or any other path that contains `,`. Thanks.
I recently reviewed the code for parsing flags. It looks like
,isn't allowed in the paths used at all.Is this accurate?
I would like to know how to allow reading
authors/last, firstdirectory or any other path that contains,.Thanks.