supporting multi argument commandline arguments
Robert Bruce Findler 25 Sep 2002 21:20 UTC
Is it possible to revise the srfi to support multiple arguments to a
single commandline argument? I imagine something like this:
--long-name=first-arg second-arg
and
-sfirst-arg second-arg
or
-s first-arg second-arg
Robby