hedera-web/cli.php

9 lines
120 B
PHP
Executable File

<?php
require_once ('vn/lib/cli-app.php');
$cliApp = new Vn\Lib\CliApp ('hedera-web', './rest');
$cliApp->run ();
?>