Well I finally got around to compiling my args handler into an add-on, and here it is! This add-on will let you read command-line arguments from your program’s main(int argc, char *argv[]) parameters and pass them to an oF app.
I know this is an old topic but maybe someone would be interested.
I just needed to be able to send command line argument to an app and found this addon.
I tried on Windows with Code::blocks and seems to work fine.