From 6d016989b0ff5f600f3bdaced1ebf443d2f32da7 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Fri, 11 Apr 2025 16:18:31 +1200 Subject: Add support for the CP/M CMD file module format --- src/bin/tq.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/tq.rs') diff --git a/src/bin/tq.rs b/src/bin/tq.rs index b27f702..ffbc330 100644 --- a/src/bin/tq.rs +++ b/src/bin/tq.rs @@ -172,6 +172,7 @@ Created by Ben Bridle. if !dry_run { let result = match format { + Format::Cmd => format_cmd(&segments), Format::Debug => format_debug(&segments), Format::Inhx => format_inhx(&segments), Format::Inhx32 => format_inhx32(&segments), -- cgit v1.2.3-70-g09d2