19declare(strict_types=1);
33 $refinery = $this->pons->in()->refinery();
34 $content = file_get_contents(__DIR__ .
'/../../CONFIGURATION.md');
36 $this->pons->out()->outString(
37 $refinery->string()->markdown(
false)->toHTML()->transform($content)
47 match ($cmd = $this->pons->flow()->getCommand(self::CMD_DEFAULT)) {
48 self::CMD_DEFAULT => $this->
index(),
49 default => $this->pons->out()->outString(
50 'Unknown command: ' . $cmd