jacob-carlborg / dstep

A tool for converting C and Objective-C headers to D modules
205 stars 37 forks source link

Passing `--` as an argument doesn't work properly #235

Closed jacob-carlborg closed 5 years ago

jacob-carlborg commented 5 years ago

If -- is passed as an argument to DStep it's intended that all arguments after -- are untouched and passed through to libclang. This doesn't work properly because DStep will swallow any arguments not starting with a dash -.