pub async fn start_fallible(opts: CliOpts, context: &CtlContext) -> Result<()>
Expand description
Start risectl
with the given options.
Return Err
if any error occurs.
pub async fn start_fallible(opts: CliOpts, context: &CtlContext) -> Result<()>
Start risectl
with the given options.
Return Err
if any error occurs.