barbagus
barbagus
A search over the code base reveals no use of the `rsrcmgr` field on the `PDFDevice` base and any of its subclasses. Is there any reason to keep it around...
I would like to set a default value containing spaces like in ` - ` . It does work: ``` --name-sep= name field separator [default: - ] ``` But it...
As mentioned in #46 there is a use cases for quoting default value (when having spaces in the default value). This PR allows such single/double quoted default value. For your...