POSIX would be a plus but we still have to make sure that there are no
spaces between args and their parameters so that we can distinguish what
params are ours and what params are a random component.

elrod

[EMAIL PROTECTED] wrote:

> On  4 Oct, Gabor Fleischer wrote:
> >> freeamp -uitheme.ui -uilcdproc.ui  blah.mp3
> >> or this could be written
> >> freeamp -ui[theme.ui lcdproc.ui] blah.mp3
> > Hmm.
> > freeamp --ui=theme,lcdproc blah.mp3
> >
> > As I know the most POSIX-like is that we hawe "-X"-ish one letter
> > switches, orr "--WORD"-ish long arguments. Also POSIX sais, that
> > "-u theme" is equivalent to "--ui=theme", and maybe (I'm not sure)
> > also to "-utheme". I suggest to be POSIX compliant if we can.
> > I don't like the -ui[ui1 ui2] form. We'd still have problems with
> > the spaces, so I'd prefer if we used comas to separate multiple
> > arguments.
>
> POSIX compliance is actually a pretty good suggestion. Something we
> should probably do...
>
> --ruaok         Freezerburn! All else is only icing. -- Soul Coughing
>
> Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert

Reply via email to