FixCommand constructor

FixCommand(
  1. CommandContextFactory commandContextFactory
)

Implementation

FixCommand(super.commandContextFactory)
{
  addArgument(migrationIdentityArg,
    help: 'The identity of the migration in the format as you name it in the '
      'migrations directory.'
  );
}