<div dir="ltr"><div><div><div><div>Hi,<br><br></div>Is there a way to get the full command line argument list in Racket?<br></div>E.g., if the file is run via:<br></div>$ racket -t my-file.rkt -- --foo --bar<br></div>I need the whole list, i.e., #("racket" "-t" "my-file.rkt" "--" "--foo" "--bar"), but<div>
`current-command-line-arguments' removes the flags used by `racket'.<br></div><div><br>The purpose is to be able to relaunch the process.<br></div><div><br></div><div>Thanks,<br></div><div>Laurent<br></div></div>