From f3dbad3df9f8c9c1aca873d74a34c6f9169133b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 23 Mar 2025 12:40:53 +0100 Subject: Evaluate canonical job ids Changelog: Added `jobid` command resolving job reference to canonical id --- 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 f98b274..9e9214f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -19,6 +19,7 @@ import System.IO import Command import Command.Checkout +import Command.JobId import Command.Run import Config import Repo @@ -73,6 +74,7 @@ commands :: NE.NonEmpty SomeCommandType commands = ( SC $ Proxy @RunCommand) NE.:| [ SC $ Proxy @CheckoutCommand + , SC $ Proxy @JobIdCommand ] lookupCommand :: String -> Maybe SomeCommandType -- cgit v1.2.3