diff --git a/stories/cli/try.fmf b/stories/cli/try.fmf index b758932c4d..01436a8595 100644 --- a/stories/cli/try.fmf +++ b/stories/cli/try.fmf @@ -127,3 +127,22 @@ 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 + - implemented-by: /tmt/steps/prepare/feature.py