Skip to content

Commit

Permalink
feat: support in CLI-Mode to load custom commands from Applications
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy131 committed Mar 16, 2022
1 parent 9d46ea3 commit fd29886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owo
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if(!file_exists($vendor_file)) {
}
$classLoader = require_once($vendor_file);
$master = new owoframe\MasterManager($classLoader);
$master->getManager('app')->initializeApplications();
$console = $master->getManager('console');
$console->monitor($argv);
$master->stop();
Expand Down

0 comments on commit fd29886

Please sign in to comment.