summaryrefslogtreecommitdiff
path: root/inc/load.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-18 21:02:24 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-18 21:02:24 +0200
commit54b26fbe1e0f9efaba143d88ea8581933f5c8dc8 (patch)
tree02ddfd47a36c16074ef4303ffcf0f892d5fef73a /inc/load.php
parent18496fe0decfb1382393daca3141bf315cda7254 (diff)
parentb2e7cc706ef0f8a622d9973c418cc40e4addc436 (diff)
downloadrpg-54b26fbe1e0f9efaba143d88ea8581933f5c8dc8.tar.gz
rpg-54b26fbe1e0f9efaba143d88ea8581933f5c8dc8.tar.bz2
Merge pull request #720 from splitbrain/newcli
Refactored the CLI stuff
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/load.php b/inc/load.php
index f1deffe19..ac2812a0b 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -102,6 +102,10 @@ function load_autoload($name){
'Doku_Renderer_xhtmlsummary' => DOKU_INC.'inc/parser/xhtmlsummary.php',
'Doku_Renderer_metadata' => DOKU_INC.'inc/parser/metadata.php',
+ 'DokuCLI' => DOKU_INC.'inc/cli.php',
+ 'DokuCLI_Options' => DOKU_INC.'inc/cli.php',
+ 'DokuCLI_Colors' => DOKU_INC.'inc/cli.php',
+
);
if(isset($classes[$name])){