Commit 375238e5 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Removed namespace from commands.

parent c3665e59
......@@ -45,8 +45,8 @@
],
"scripts": {
"build:phar": "php -d phar.readonly=0 build-phar.php",
"test-run:bin": "bin/cfgen cfgen:generate-configs --env test --project fixture --overwrite",
"test-run:phar": "build/cfgen.phar cfgen:generate-configs --env test --project fixture --overwrite",
"test-run:bin": "bin/cfgen generate-configs --env test --project fixture --overwrite",
"test-run:phar": "build/cfgen.phar generate-configs --env test --project fixture --overwrite",
"php-cs:check": "php-cs-fixer fix --dry-run --stop-on-violation --using-cache=no --rules=-line_ending src",
"php-cs:fix": "php-cs-fixer fix --using-cache=no src"
}
......
......@@ -11,7 +11,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class GenerateConfigsCommand extends Command
{
protected static $defaultName = "cfgen:generate-configs";
protected static $defaultName = "generate-configs";
private string $projectDir;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment