Changeset 189

Show
Ignore:
Timestamp:
02/07/05 03:59:32 (4 years ago)
Author:
svn
Message:

Made default built-in group zMANAGE to force to the end of display.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • manage/trunk/manage

    r188 r189  
    297297entered exactly as shown. Words enclosed in $C{bold}< >$C{normal} are user defined. 
    298298", 
    299         '{MANAGE}set' => { 
     299        '{zMANAGE}set' => { 
    300300                HELP => 'Query/modify settings.', 
    301301                '$[\w.-]+' => { 
     
    368368                }, 
    369369        }, 
    370         '{MANAGE}history' => { 
     370        '{zMANAGE}history' => { 
    371371                clear => { 
    372372                        ACTION => sub { 
     
    385385                HELP => "Display command line history.", 
    386386        }, 
    387         '{MANAGE}quit|exit' => { 
     387        '{zMANAGE}quit|exit' => { 
    388388                HELP => [ 'exit', 'Exit.' ], 
    389389                ACTION => sub { exit; },