Add console CLI command
- Fix App to be used in CLI mode
This commit is contained in:
parent
741e72ecc7
commit
4da0d68bad
5 changed files with 136 additions and 7 deletions
6
bin/console.php
Normal file
6
bin/console.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
include_once dirname(__DIR__) . '/boot.php';
|
||||
|
||||
(new Friendica\Directory\Core\Console($argv))->execute();
|
||||
Loading…
Add table
Add a link
Reference in a new issue