Show
Ignore:
Timestamp:
07/10/08 17:16:23 (17 months ago)
Author:
bchoate
Message:

Updated POD.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/Tool.pm

    r2659 r2747  
    178178requested by the user (that is, how many times the C<-v> option was used). 
    179179 
     180=head2 $tool-E<gt>set_up_app() 
     181 
     182This helper method creates a MT instance and configures it to look like 
     183a L<MT::App> instance (although, it isn't), and invokes the 'init_app' 
     184callback using this instance. 
     185 
     186=head2 $class-E<gt>show_help 
     187 
     188Displays command-line help provided by the C<MT::Tool> subclass L<help> 
     189method. 
     190 
     191=head2 $class-E<gt>show_usage 
     192 
     193Displays commnad-line usage instructions provided by the C<MT::Tool> 
     194subclass L<usage> method. 
     195 
    180196=head1 SEE ALSO 
    181197