added hint to create a project

This commit is contained in:
2019-06-05 11:24:28 +02:00
parent 13c4e1baf8
commit dc9bd9f9b3

View File

@@ -124,9 +124,10 @@ final class DossierInitCommand extends BaseCommand
$formatter = $this->getHelper('formatter');
$output->writeln($formatter->formatBlock(array(
' $ dossier.phar add:person',
' $ dossier.phar add:intro',
' $ dossier.phar add:cv',
' $ dossier.phar create:person',
' $ dossier.phar create:intro',
' $ dossier.phar create:cv',
' $ dossier.phar create:project',
), 'cmd', true));
}
}