shimmie-info is redundant, just be info
This commit is contained in:
parent
b4c4de58a2
commit
0961ad465f
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@ class ET extends Extension
|
||||||
public function onCommand(CommandEvent $event)
|
public function onCommand(CommandEvent $event)
|
||||||
{
|
{
|
||||||
if ($event->cmd == "help") {
|
if ($event->cmd == "help") {
|
||||||
print "\tshimmie-info\n";
|
print "\tinfo\n";
|
||||||
print "\t\tList a bunch of info\n\n";
|
print "\t\tList a bunch of info\n\n";
|
||||||
}
|
}
|
||||||
if ($event->cmd == "shimmie-info") {
|
if ($event->cmd == "info") {
|
||||||
print($this->to_yaml($this->get_info()));
|
print($this->to_yaml($this->get_info()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue