X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Cli.php;h=2169456ed6d913f6f48b5da577313db586361f8e;hp=942ebb161629f540577a979e9f2cb883b43cc84f;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=6249fb40f255719236a1aa5f7bb53cee58f860ac diff --git a/Cli.php b/Cli.php index 942ebb16..2169456e 100644 --- a/Cli.php +++ b/Cli.php @@ -19,7 +19,7 @@ class Pman_Core_Cli extends Pman } - function get() + function get($v, $opts = Array()) { die("this is only used as a base class for Cli based commands - extend to use."); }