pub(crate) async fn run(
state: Arc<Mutex<CliState>>,
command: &TestScriptCommands,
) -> Result<(), OperationOutcomeError>Expand description
Runs the testscript command group.
pub(crate) async fn run(
state: Arc<Mutex<CliState>>,
command: &TestScriptCommands,
) -> Result<(), OperationOutcomeError>Runs the testscript command group.