diff options
Diffstat (limited to 'src/Command')
-rw-r--r-- | src/Command/Run.hs | 1 |
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 |