add phar compression

This commit is contained in:
sunxyw
2022-12-31 23:57:56 +08:00
parent 413d783d53
commit 50d6e75e71
2 changed files with 23 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ abstract class Command extends \Symfony\Component\Console\Command\Command
$progress->setEmptyBarCharacter('<fg=red>⚬</>');
$progress->setProgressCharacter('<fg=green>➤</>');
$progress->setFormat(
"%current%/%max% [%bar%] %percent:3s%%\n🪅 %estimated:-20s% %memory:20s%"
"%current%/%max% [%bar%] %percent:3s%%\n🪅 %estimated:-20s% %memory:20s%" . PHP_EOL
);
return $progress;
}