From 64669c18992339fa632bfea0bf13691844252777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 22 May 2025 21:45:38 +0200 Subject: Extract command Changelog: Added `extract` command to extract artifacts --- src/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 89fab39..0227e74 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -21,6 +21,7 @@ import System.IO import Command import Command.Checkout +import Command.Extract import Command.JobId import Command.Log import Command.Run @@ -88,6 +89,7 @@ commands :: NE.NonEmpty SomeCommandType commands = ( SC $ Proxy @RunCommand) NE.:| [ SC $ Proxy @CheckoutCommand + , SC $ Proxy @ExtractCommand , SC $ Proxy @JobIdCommand , SC $ Proxy @LogCommand ] -- cgit v1.2.3