Ignore:
Timestamp:
2003-12-03T12:02:55+13:00 (20 years ago)
Author:
jmt12
Message:

Changed the description for the -metadata flag to foreshadow the coming enhancement. This commit also happens to include the prototype -ignore_arguments flag to AZList, that will never actually be used because of the aforementioned metadata enhancement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/BasClas.pm

    r5645 r6111  
    5151
    5252# 09/05/02 Added usage datastructure - John Thompson
     53# 28/11/03 Commented out verbosity argument - John Thompson
    5354
    5455use parsargv;
     
    6667    'type' => "string",
    6768    'deft' => "STDERR" },
    68       { 'name' => "verbosity",
    69     'desc' => "{BasClas.verbosity}",
    70     'type' => "enum",
    71     'deft' => "2",
    72     'reqd' => "no" } ];
     69#      { 'name' => "verbosity",
     70#   'desc' => "{BasClas.verbosity}",
     71#   'type' => "enum",
     72#   'deft' => "2",
     73#   'reqd' => "no" } ];
     74      { 'name' => "ignore_namespace",
     75    'desc' => "{BasClas.ignore_namespace}",
     76    'type' => "flag"} ];
    7377
    7478my $options = { 'name'     => "BasClas",
     
    236240             q^outhandle/.*/STDERR^, \$self->{'outhandle'},
    237241             q^verbosity/\d/2^, \$self->{'verbosity'},
     242             q^ignore_namespace^, \$self->{'ignore_namespace'},
    238243             "allow_extra_options")) {
    239244
Note: See TracChangeset for help on using the changeset viewer.