summaryrefslogtreecommitdiff
path: root/src/Command/Run.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-07-30 19:19:25 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-07-30 20:29:30 +0200
commit755077c39a0dc63f07e30564df4a3121d7079da2 (patch)
treee66490bbdd284269eab40cb10ebf088f1de1de42 /src/Command/Run.hs
parentec88b2eba98bac2429df00b2d9110050537f1c72 (diff)
List available commands in help text
Diffstat (limited to 'src/Command/Run.hs')
-rw-r--r--src/Command/Run.hs1
1 files changed, 1 insertions, 0 deletions
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