Function fmt_mode
Source pub async fn fmt_mode(args: FmtArgs) -> Result<(), EuvError>
Expand description
Executes the format command.
§Arguments
FmtArgs - The CLI arguments for the fmt command.
§Returns
Result<(), EuvError> - Indicates success or failure.