eladrich / pyrallis

Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
https://eladrich.github.io/pyrallis/
MIT License
189 stars 7 forks source link

Support windows paths #21

Open idow09 opened 1 year ago

idow09 commented 1 year ago

The shlex module splits paths with posix=True by default. This PR sets the flag according to the running os