From 2479a5ce70aa80803814c53a1a1101f837a07a86 Mon Sep 17 00:00:00 2001 From: Edgars Eglitis Date: Thu, 23 May 2024 10:59:45 +0300 Subject: [PATCH] feat: add command to return TestRay version --- lib/testray.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/testray.rb b/lib/testray.rb index fcc20a8e..eccd668d 100644 --- a/lib/testray.rb +++ b/lib/testray.rb @@ -19,6 +19,11 @@ def self.exit_on_failure? true end + desc "version", "Return the TestRay version" + def version() + log_info "TestRay v#{VERSION}" + end + desc "execute_help", "help for creating an testray project" option :types, :desc => "Show Action Types",