note a TODO
This commit is contained in:
parent
134d2c029c
commit
5b2e9e44a2
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class Index extends Extension
|
||||||
public function onCommand(CommandEvent $event)
|
public function onCommand(CommandEvent $event)
|
||||||
{
|
{
|
||||||
if ($event->cmd == "help") {
|
if ($event->cmd == "help") {
|
||||||
|
# TODO: --fields a,b,c
|
||||||
print "\tsearch <query>\n";
|
print "\tsearch <query>\n";
|
||||||
print "\t\tsearch the database and print results\n\n";
|
print "\t\tsearch the database and print results\n\n";
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue