From 5b2e9e44a298f3870dadb8b2c183c55b7eb1241a Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 4 Oct 2019 21:08:33 +0100 Subject: [PATCH] note a TODO --- ext/index/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/index/main.php b/ext/index/main.php index 5ef0a398..a5a23764 100644 --- a/ext/index/main.php +++ b/ext/index/main.php @@ -206,6 +206,7 @@ class Index extends Extension public function onCommand(CommandEvent $event) { if ($event->cmd == "help") { + # TODO: --fields a,b,c print "\tsearch \n"; print "\t\tsearch the database and print results\n\n"; }