Method |
Description |
|
add_plugin_dir ( $dir ) |
|
|
display_prerequisites ( ) |
Display the tasks and prerequisites |
|
display_tasks_and_comments ( ) |
Display the tasks and dependencies. |
|
do_option ( $opt, $value ) |
Do the option defined by +opt+ and +value+. |
|
getPakefilePath ( ) |
|
|
get_dryrun ( ) |
|
|
get_instance ( ) : pakeApp |
|
|
get_plugin_dirs ( ) |
|
|
get_properties ( ) |
|
|
get_trace ( ) |
|
|
get_verbose ( ) |
|
|
handle_options ( $options = null ) |
Read and handle the command line options. |
|
have_pakefile ( ) |
If a match is found, it is copied into @pakefile. |
|
help ( ) |
Display the pake command line help. |
|
isTTY ( ) |
|
|
load_pakefile ( ) |
|
|
run ( $pakefile = null, $options = null, $load_pakefile = true ) |
|
|
run_help ( string $task, string $args ) |
show documentation; use "pake help taskname" to see detailed documentation on task |
|
screenWidth ( ) |
|
|
set_properties ( $properties ) |
|
|
shouldDoExcerpts ( ) |
|
|
showVersion ( ) |
|
|
usage ( $hint_about_help = true ) |
Display the program usage line. |
|