pub fn run() -> Result<(), CargoScriptError>Expand description
Run function that parses command-line arguments and executes the specified command.
This function initializes the CLI, parses the command-line arguments, and routes the commands to their respective handlers.
§Errors
Returns an error if it fails to read or parse the Scripts.toml file.