composer require w3lifer/php-shell
public function ask(string $question): string
public function exec(string $command, bool $printCommand = false): array
public function shell_exec(string $command, bool $printCommand = false): false|null|string
public function system(string $command, bool $printCommand = false): array
public function printLine(string $line): void
public function printTitle(string $title): void
public function getArgument(int $sequentialNumber): string
make tests