handle_command_args

Function handle_command_args 

Source
pub async fn handle_command_args(args: Vec<String>) -> Result<(), ExitCode>
Expand description

Handles the command line arguments and runs the stub server accordingly.

Used by the binary crate. Parses the provided arguments, sets up logging, loads pact files, and starts the server.