added hint to create a project
This commit is contained in:
@@ -124,9 +124,10 @@ final class DossierInitCommand extends BaseCommand
|
|||||||
$formatter = $this->getHelper('formatter');
|
$formatter = $this->getHelper('formatter');
|
||||||
|
|
||||||
$output->writeln($formatter->formatBlock(array(
|
$output->writeln($formatter->formatBlock(array(
|
||||||
' $ dossier.phar add:person',
|
' $ dossier.phar create:person',
|
||||||
' $ dossier.phar add:intro',
|
' $ dossier.phar create:intro',
|
||||||
' $ dossier.phar add:cv',
|
' $ dossier.phar create:cv',
|
||||||
|
' $ dossier.phar create:project',
|
||||||
), 'cmd', true));
|
), 'cmd', true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user