We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-m
--overwrite-migrations
1 parent b3dd21a commit a68730eCopy full SHA for a68730e
src/Commands/BuildCommand.php
@@ -20,7 +20,7 @@ class BuildCommand extends Command
20
{draft? : The path to the draft file, default: draft.yaml or draft.yml }
21
{--only= : Comma separated list of file classes to generate, skipping the rest }
22
{--skip= : Comma separated list of file classes to skip, generating the rest }
23
- {--overwrite-migrations : Update existing migration files, if found }
+ {--m|overwrite-migrations : Update existing migration files, if found }
24
';
25
26
/**
0 commit comments