pub async fn run<B: Backend>( configuration: ServerConfiguration<B> ) -> Result<()>
Runs the command-line interface with only the built-in commands, using configuration to launch a server if running a local command.
configuration