X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/b9524b9b4eef9d21fe4af2ab2072afb62fd61ae9:/Command/Command.php..63f450314124eeb396ac4c1513084e54bfc0d55e:/Command.php?ds=inline diff --git a/Command/Command.php b/Command.php similarity index 89% rename from Command/Command.php rename to Command.php index 346a45f..6f4a8ee 100644 --- a/Command/Command.php +++ b/Command.php @@ -92,6 +92,17 @@ class Command extends BaseCommand { //Set locale $this->locale = $locale; + + //With default name + //TODO: XXX: see how to make it works + /*if (isset(self::$defaultName)) { + $this->name = self::$defaultName; + } + + //With default description + if (isset(self::$defaultDescription)) { + $this->name = self::$defaultDescription; + }*/ } /**