<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., #(&quot;racket&quot; &quot;-t&quot; &quot;my-file.rkt&quot; &quot;--&quot; &quot;--foo&quot; &quot;--bar&quot;), but<div>

`current-command-line-arguments&#39; removes the flags used by `racket&#39;.<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>