Function bonsaidb::cli::run [−][src]
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.