Changeset 2747 for branches/release-41/lib/MT/Tool.pm
- Timestamp:
- 07/10/08 17:16:23 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/lib/MT/Tool.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/lib/MT/Tool.pm
r2659 r2747 178 178 requested by the user (that is, how many times the C<-v> option was used). 179 179 180 =head2 $tool-E<gt>set_up_app() 181 182 This helper method creates a MT instance and configures it to look like 183 a L<MT::App> instance (although, it isn't), and invokes the 'init_app' 184 callback using this instance. 185 186 =head2 $class-E<gt>show_help 187 188 Displays command-line help provided by the C<MT::Tool> subclass L<help> 189 method. 190 191 =head2 $class-E<gt>show_usage 192 193 Displays commnad-line usage instructions provided by the C<MT::Tool> 194 subclass L<usage> method. 195 180 196 =head1 SEE ALSO 181 197
