We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232598e commit d07a878Copy full SHA for d07a878
src/Command/DefaultCommand.php
@@ -1,4 +1,12 @@
1
<?php
2
+/*
3
+ * Ce fichier fait partie du projet Studoo.
4
+ *
5
+ * (c) Benoit Foujols <[email protected]>
6
7
+ * Pour les informations complètes sur les droits d'auteur et la licence,
8
+ * veuillez consulter le fichier LICENSE qui a été distribué avec ce code source.
9
+ */
10
11
namespace Studoo\Command;
12
@@ -9,6 +17,14 @@
17
use Symfony\Component\Console\Input\InputInterface;
18
use Symfony\Component\Console\Output\OutputInterface;
19
20
+/**
21
+ * Commande par defaut qui affiche
22
+ * - la liste des commandes
23
+ * - information sur l'environnement
24
25
+ * Commande : studoo
26
27
28
class DefaultCommand extends CommandManage
13
29
{
14
30
protected static $defaultName = 'default';
0 commit comments