Function hermes_cli_framework::output::exit_with

source ·
pub fn exit_with(out: Output) -> !
Expand description

Functional-style method to exit a program.

§Note: See Output::exit() for the preferred method of exiting a relayer command.