Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
43 | protected function execute(InputInterface $input, OutputInterface $output) |
||
44 | { |
||
45 | $version = Builder::VERSION; |
||
46 | |||
47 | $this->io->text([ |
||
48 | "<info>Cecil - A simple and powerful content-driven static site generator - version $version</>", |
||
49 | "See <href=https://cecil.app>https://cecil.app</> for more information." |
||
50 | ]); |
||
51 | |||
52 | return 0; |
||
53 | } |
||
55 |