[racket] Passing command-line parameters *into* Scribble

From: Daniel Prager (daniel.a.prager at gmail.com)
Date: Tue Dec 10 05:09:07 EST 2013

Say I want to pass a command-line parameter into a Scribble file. E.g. in a
naive attempt I tried

> raco scribble --pdf example.scrbl param1 param2

This doesn't work because param1 is interpreted as an additional input file.

Is there a straightforwardway to pass in parameter(s) that bypass the
watchful eye of raco?


Thanks

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20131210/61a533c0/attachment.html>

Posted on the users mailing list.