for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helldar\LaravelLangPublisher\Console;
final class Remove extends Base
{
protected $signature = 'lang:rm'
. ' {locales?* : Space-separated list of, eg: de tk it}';
protected $description = 'Remove localizations.';
}