Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

Appending or prepending path segments from the command line. #187

Closed seisatsu closed 7 years ago

seisatsu commented 7 years ago

For the command line --path option, path lists beginning with a comma will be appended to the current path list, and path lists ending with a comma will be prepended.

Examples: --path=,foo,bar is appended. --path=foo,bar, is prepended. --path=foo,bar replaces the current path list. --path=,foo,bar, is illegal.