From 2cf16ff109925cbf2a92ee293438e467b0d47398 Mon Sep 17 00:00:00 2001 From: lohhiiccc <96543753+lohhiiccc@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:16:52 +0100 Subject: [PATCH] fix: add --output --- srcs/cli/cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srcs/cli/cli.c b/srcs/cli/cli.c index eb8f2e8..d5fecd5 100644 --- a/srcs/cli/cli.c +++ b/srcs/cli/cli.c @@ -33,6 +33,7 @@ static struct option g_long_opts[] = { {"help", no_argument, NULL, 'h'}, {"ext", required_argument, NULL, 'e'}, {"input", required_argument, NULL, 'i'}, + {"output", required_argument, NULL, 'o'}, {"map", required_argument, NULL, 'm'}, {NULL, 0, NULL, 0} };