Skip to content

Commit a76c6a9

Browse files
driesvintspatrickbrouwers
authored andcommitted
Don't require a value for --dry-run flag (#41)
By removing the `=` sign the `--dry-run` flag will always invoke a dry run and thus you don't need to explicitly set it to `true`.
1 parent fb25402 commit a76c6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/MigrateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MigrateCommand extends Command
2323
{version=latest : The version number (YYYYMMDDHHMMSS) or alias (first, prev, next, latest) to migrate to.}
2424
{--connection= : For a specific connection }
2525
{--write-sql= : The path to output the migration SQL file instead of executing it. }
26-
{--dry-run= : Execute the migration as a dry run. }
26+
{--dry-run : Execute the migration as a dry run. }
2727
{--query-time= : Time all the queries individually. }
2828
{--force : Force the operation to run when in production. }';
2929

0 commit comments

Comments
 (0)