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
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to