1 | <?php |
||
17 | class Application extends BaseApplication |
||
18 | { |
||
19 | private static $banner = ' ____ _ _ |
||
20 | / ___|___ ___(_) | Your content driven |
||
21 | | | / _ \/ __| | | static site generator. |
||
22 | | |__| __/ (__| | | |
||
23 | \____\___|\___|_|_| by Arnaud Ligny |
||
24 | '; |
||
25 | |||
26 | public function getHelp() |
||
30 | |||
31 | /** |
||
32 | * Initializes all the composer commands. |
||
33 | */ |
||
34 | protected function getDefaultCommands() |
||
45 | |||
46 | protected function getDefaultInputDefinition() |
||
53 | } |
||
54 |