FixCommand constructor
FixCommand(
- 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.'
);
}