Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
100.00% |
22 / 22 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | /* |
3 | * This file is part of Aplus Framework CLI Library. |
4 | * |
5 | * (c) Natan Felles <natanfelles@gmail.com> |
6 | * |
7 | * For the full copyright and license information, please view the LICENSE |
8 | * file that was distributed with this source code. |
9 | */ |
10 | return [ |
11 | 'about.description' => 'Shows information about this command-line interface.', |
12 | 'about.line1' => 'About', |
13 | 'about.line2' => 'This interface is built on Aplus Framework CLI Library.', |
14 | 'about.line3' => 'Aplus Framework CLI Library is Open Source Software (OSS).', |
15 | 'about.line4' => 'Visit our website to know more: https://aplus-framework.com', |
16 | 'about.line5' => 'Thanks for using Aplus Framework!', |
17 | 'command' => 'Command', |
18 | 'commandNotFound' => 'Command not found: "{0}"', |
19 | 'commands' => 'Commands', |
20 | 'description' => 'Description', |
21 | 'friend' => 'friend', |
22 | 'greet.afternoon' => 'Good afternoon, {0}!', |
23 | 'greet.evening' => 'Good evening, {0}!', |
24 | 'greet.morning' => 'Good morning, {0}!', |
25 | 'help.description' => 'Shows command usage help.', |
26 | 'index.description' => 'Shows commands list.', |
27 | 'index.option.greet' => 'Shows greeting.', |
28 | 'noDescription' => 'This command does not provide a description.', |
29 | 'options' => 'Options', |
30 | 'usage' => 'Usage', |
31 | ]; |