Exemple #1
0
 public function __construct()
 {
     CLI::$banner = 'Usage: php cli.php [command] [switches]';
     CLI::set_opt(NULL, 'help', 'Show this help message');
     CLI::set_opt('name', 'name', 'Specify your name', TRUE);
 }