From 755077c39a0dc63f07e30564df4a3121d7079da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 30 Jul 2024 19:19:25 +0200 Subject: List available commands in help text --- src/Command/Run.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Command') diff --git a/src/Command/Run.hs b/src/Command/Run.hs index 677f8f1..daba8af 100644 --- a/src/Command/Run.hs +++ b/src/Command/Run.hs @@ -24,6 +24,7 @@ data RunCommand = RunCommand Text instance Command RunCommand where commandName _ = "run" + commandDescription _ = "Execude jobs per minici.yaml for given commits" type CommandArguments RunCommand = Maybe Text -- cgit v1.2.3