REBOL Command Line Args

      REBOL Enhancement Proposal: REP001
      Version 1.0.0
      Author: Jeff Kreis

Contents:

1. Overview
2. Impact to DO/args

1. Overview

Users report that the current treatment of command line arguments is inadequate for their needs. Presenting the entirety of the command line arguments in a single string destroys the distinction between separate arguments. Proposed enhancement provides two views of command line arguments: one as a single line of text, another as a block of separated arguments as strings.

    system/options/args  == command line args as block of strings
    system/script/args   == command line args as string
     

2. Impact to DO/args

There is no change to the behavior of do/args.

Copyright REBOL Technologies. All Rights Reserved.
REBOL and the REBOL logo are trademarks of REBOL Technologies.
Generated with Makespec 1.8.15 on 9-May-2001 at 23:35:02