[racket] Full command line arguments
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>