Skip to main content

run_agent_command_and_exit

Function run_agent_command_and_exit 

Source
pub fn run_agent_command_and_exit(args: AgentArgs) -> !
Expand description

Run agent subcommands and exit the process. This is a convenience wrapper that calls std::process::exit with the appropriate exit code, since the main function returns Result<()>.