Email list hosting service & mailing list manager

supporting multi argument commandline arguments Robert Bruce Findler (25 Sep 2002 21:20 UTC)
Re: supporting multi argument commandline arguments sperber@xxxxxx (26 Sep 2002 07:10 UTC)
Re: supporting multi argument commandline arguments Anthony Carrico (26 Sep 2002 13:52 UTC)
Re: supporting multi argument commandline arguments Robert Bruce Findler (26 Sep 2002 13:58 UTC)
Re: supporting multi argument commandline arguments Anthony Carrico (26 Sep 2002 14:05 UTC)
Re: supporting multi argument commandline arguments sperber@xxxxxx (26 Sep 2002 14:12 UTC)
Re: supporting multi argument commandline arguments Tom Lord (26 Sep 2002 17:22 UTC)

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