[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

supporting multi argument commandline arguments

This page is part of the web mail archives of SRFI 37 from before July 7th, 2015. The new archives for SRFI 37 contain all messages, not just those from before July 7th, 2015.



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