Skip to content

Commit a68730e

Browse files
author
Nathan Esayeas
authored
Add -m shortcut for --overwrite-migrations option (#346)
1 parent b3dd21a commit a68730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class BuildCommand extends Command
2020
{draft? : The path to the draft file, default: draft.yaml or draft.yml }
2121
{--only= : Comma separated list of file classes to generate, skipping the rest }
2222
{--skip= : Comma separated list of file classes to skip, generating the rest }
23-
{--overwrite-migrations : Update existing migration files, if found }
23+
{--m|overwrite-migrations : Update existing migration files, if found }
2424
';
2525

2626
/**

0 commit comments

Comments
 (0)