From b87f7032b8573966b0537698544c65fbb3f2c143 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 22 Jan 2024 01:42:49 +0000 Subject: ar mode: added --version support. --- src/internal/slibtool_ar_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/slibtool_ar_impl.h') diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h index 9287832..18d1ba2 100644 --- a/src/internal/slibtool_ar_impl.h +++ b/src/internal/slibtool_ar_impl.h @@ -9,6 +9,7 @@ extern const struct argv_option slbt_ar_options[]; enum ar_tags { TAG_AR_HELP, + TAG_AR_VERSION, TAG_AR_CHECK, }; -- cgit v1.2.3