This home page is _personal_
This commit is contained in:
11
personal-home-page/blergh.php
Normal file
11
personal-home-page/blergh.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
$hello_cmd = new Commando\Command();
|
||||
|
||||
$hello_cmd->option()->require()->describedAs('A person\'s name');
|
||||
|
||||
$name = $hello_cmd[0];
|
||||
|
||||
echo "Hello, $name", PHP_EOL;
|
Reference in New Issue
Block a user