Skip to content

Commit

Permalink
cancelled serve and run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed Apr 6, 2020
1 parent a887f2e commit 3259bf4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/pho.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

$application = new Application('Pho', '0.2');
$application->add(new Cli\BuildCommand());
//$application->add(new Cli\UpdateCommand());
$application->add(new Cli\InitCommand());
$application->add(new Cli\ServeCommand());
$application->add(new Cli\RunCommand());
//$application->add(new Cli\TestCommand());
//$application->add(new Cli\GenerateCommand());
//$application->add(new Cli\ServeCommand());
//$application->add(new Cli\RunCommand());
$application->run();

0 comments on commit 3259bf4

Please sign in to comment.