Skip to main content

run

Function run 

Source
pub fn run(
    db: Arc<Database>,
    sync_client: Option<&SyncClient>,
    rt: Option<&Runtime>,
    sync_plugin: Option<&SyncPlugin>,
) -> bool
Expand description

Run the REPL loop. Returns true if all commands succeeded, false if any error occurred.