From c076b0f5f0c88a15c939da9e2ac2f7efb05ba071 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Tue, 22 Apr 2025 18:16:03 +0300 Subject: [PATCH] Add 'version' option to options.yaml Issue: #IC36OU Signed-off-by: Vyacheslav Cherkashin --- ets2panda/util/options.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ets2panda/util/options.yaml b/ets2panda/util/options.yaml index 332845801b..af06d0bf4a 100644 --- a/ets2panda/util/options.yaml +++ b/ets2panda/util/options.yaml @@ -22,6 +22,11 @@ options: default: false description: Print this message and exit +- name: version + type: bool + default: false + description: Print version and exit + - name: arktsconfig type: std::string default: $ORIGIN/arktsconfig.json -- Gitee