Since I didn�t find anything for processing command line arguments, I
decided to investigate the issue as my first REBOL script.

I use command line programs heavily from other programs.

REBOL eats ALL arguments starting with �-� or �+�. Since �/� is used in
paths, it isn�t available as a flag either.

Is there a REBOL standard for option flags?

Is there a standard REBOL script for handling command line arguments that I
missed?

Any suggestions for improvements of this script?

Should I move the parse rules inside the parse-args function?

Is there a better choice for names?

Thanks,

Garold (Gary) L. Johnson
DYNAMIC Alternatives
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
562 802 1639

glj_args.r

Reply via email to