Is there a Command Line Interface (CLI) in Oxwall or do you plan to add one ?
I ask because in the 1.8.3 there is a new file (cli_application.php) and a new line (CONTEXT) in
application.php :
const CONTEXT_CLI = BOL_UserService::USER_CONTEXT_CLI;
user_service.php :
const USER_CONTEXT_CLI = BOL_UserOnlineDao::CONTEXT_VAL_CLI;
etc... ;-) Thank you in advance