MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/artinside/sites.artinside.com.br/mainpro/vendor/aplus/cli/src/Languages/en/cli.php
<?php
/*
 * This file is part of Aplus Framework CLI Library.
 *
 * (c) Natan Felles <natanfelles@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
return [
    'about.description' => 'Shows information about this command-line interface.',
    'about.line1' => 'About',
    'about.line2' => 'This interface is built on Aplus Framework CLI Library.',
    'about.line3' => 'Aplus Framework CLI Library is Open Source Software (OSS).',
    'about.line4' => 'Visit our website to know more: https://aplus-framework.com',
    'about.line5' => 'Thanks for using Aplus Framework!',
    'availableCommands' => 'Available Commands',
    'command' => 'Command',
    'commandNotFound' => 'Command not found: "{0}"',
    'commands' => 'Commands',
    'description' => 'Description',
    'friend' => 'friend',
    'greet.afternoon' => 'Good afternoon, {0}!',
    'greet.evening' => 'Good evening, {0}!',
    'greet.morning' => 'Good morning, {0}!',
    'group' => 'Group',
    'help.description' => 'Shows command usage help.',
    'index.description' => 'Shows commands list.',
    'index.option.greet' => 'Shows greeting.',
    'noDescription' => 'This command does not provide a description.',
    'options' => 'Options',
    'usage' => 'Usage',
];