From c7a928ea146a595072a081906a3ab232cdefdfa4 Mon Sep 17 00:00:00 2001 From: Ismail Ibrahim Quwarah Date: Wed, 19 Jun 2024 11:46:53 +0200 Subject: [PATCH] Add `epel` documentation in tmt try --- stories/cli/try.fmf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/stories/cli/try.fmf b/stories/cli/try.fmf index b758932c4d..7862f6cfd4 100644 --- a/stories/cli/try.fmf +++ b/stories/cli/try.fmf @@ -127,3 +127,21 @@ link: package: vim execute: how: tmt + +/option: + story: + As a user I want an easy way to run common options in ``1minutetip`` and ``tmt run`` + + /epel: + story: + As a user I want an easy way to enable epel repository + description: | + Enable EPEL repository + + .. versionadded:: 1.35 + + example: + - tmt try fedora@virtual --epel + + link: + - implemented-by: /tmt/trying.py