From 3075925307a703b987c3aa9624bd0b7729e2b577 Mon Sep 17 00:00:00 2001 From: Nathan E Date: Wed, 26 Aug 2020 14:41:31 -0400 Subject: [PATCH] refactor: assign `-m` shortcut for `--overwrite-migrations` option --- src/Commands/BuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/BuildCommand.php b/src/Commands/BuildCommand.php index 4a8eca33..3f049b43 100644 --- a/src/Commands/BuildCommand.php +++ b/src/Commands/BuildCommand.php @@ -20,7 +20,7 @@ class BuildCommand extends Command {draft? : The path to the draft file, default: draft.yaml or draft.yml } {--only= : Comma separated list of file classes to generate, skipping the rest } {--skip= : Comma separated list of file classes to skip, generating the rest } - {--overwrite-migrations : Update existing migration files, if found } + {--m|overwrite-migrations : Update existing migration files, if found } '; /**