Lines Matching refs:text
366 $text = '';
377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN);
378 $text .= "\n";
379 $text .= ' ' . $this->bin;
382 $text .= $this->newline;
383 $text .= $this->colors->wrap(' ' . $command, Colors::C_PURPLE);
388 $text .= ' ' . $this->colors->wrap('<OPTIONS>', Colors::C_GREEN);
392 $text .= ' ' . $this->colors->wrap('<COMMAND> ...', Colors::C_PURPLE);
401 $text .= ' ' . $out;
403 $text .= $this->newline;
407 $text .= "\n";
408 $text .= $tf->format(
417 $text .= "\n";
418 $text .= $this->colors->wrap('OPTIONS:', Colors::C_BROWN);
420 $text .= "\n";
436 $text .= $tf->format(
441 $text .= $this->newline;
448 $text .= "\n";
449 $text .= $this->colors->wrap('ARGUMENTS:', Colors::C_BROWN);
451 $text .= $this->newline;
455 $text .= $tf->format(
465 $text .= "\n";
466 $text .= $this->colors->wrap('COMMANDS:', Colors::C_BROWN);
467 $text .= "\n";
468 $text .= $tf->format(
472 $text .= $this->newline;
476 return $text;