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)

Re: supporting multi argument commandline arguments Robert Bruce Findler 26 Sep 2002 13:58 UTC

At Thu, 26 Sep 2002 09:55:34 -0400 (EDT), Anthony Carrico wrote:
> On Thu, 26 Sep 2002, Michael Sperber [Mr.  Preprocessor] wrote:
>
> > What precisely is the problem with doing the splitting
> > post-arg-processing, i.e. doing the equivalent of
> >
> > --long-name="first-arg second-arg"
> >
> > from the shell?  That's how autoconf/configure operates, for instance.
>
> Yes, in case anyone missed my list of questions/comments about multi
> argument options in the "cmdline.ss library in PLT" thread, I suggested
> this idiom there too.

Right -- I did see that there, and I posted on an internal PLT mailing
list where I met with opposition to requiring the extra quotes:

  -L"first-arg second-arg"
  --long-name="first-arg second-arg"

Oh well.

Robby