[racket] Full command line arguments

From: Laurent (laurent.orseau at gmail.com)
Date: Tue Jan 15 05:40:24 EST 2013

Hi,

Is there a way to get the full command line argument list in Racket?
E.g., if the file is run via:
$ racket -t my-file.rkt -- --foo --bar
I need the whole list, i.e., #("racket" "-t" "my-file.rkt" "--" "--foo"
"--bar"), but
`current-command-line-arguments' removes the flags used by `racket'.

The purpose is to be able to relaunch the process.

Thanks,
Laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130115/ba2015dd/attachment.html>

Posted on the users mailing list.