diff options
Diffstat (limited to 'inc/cli.php')
-rw-r--r-- | inc/cli.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/cli.php b/inc/cli.php index 4c4403a39..cb4fc587d 100644 --- a/inc/cli.php +++ b/inc/cli.php @@ -25,6 +25,9 @@ abstract class DokuCLI { $this->options = new DokuCLI_Options(); $this->colors = new DokuCLI_Colors(); + + dbg_deprecated('use \splitbrain\phpcli\CLI instead'); + $this->error('DokuCLI is deprecated, use \splitbrain\phpcli\CLI instead.'); } /** |