pub fn run(
db: Arc<Database>,
sync_client: Option<&SyncClient>,
rt: Option<&Runtime>,
sync_plugin: Option<&SyncPlugin>,
) -> boolExpand description
Run the REPL loop. Returns true if all commands succeeded, false if any error occurred.