Function bonsaidb::cli::run

source ·
pub async fn run<B: Backend>(
    configuration: ServerConfiguration<B>
) -> Result<()>
Expand description

Runs the command-line interface with only the built-in commands, using configuration to launch a server if running a local command.