From 6fdbed5e617541a46d4610e5c5f034b4e274c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 11 Mar 2025 19:24:28 +0100 Subject: Accept jobs to run on command-line Changelog: Accept names of jobs to run as command-line arguments --- src/Command/Run.hs | 80 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 30 deletions(-) (limited to 'src/Command') diff --git a/src/Command/Run.hs b/src/Command/Run.hs index b6fd429..3968196 100644 --- a/src/Command/Run.hs +++ b/src/Command/Run.hs @@ -8,6 +8,7 @@ import Control.Exception import Control.Monad import Control.Monad.Reader +import Data.Either import Data.List import Data.Text (Text) import Data.Text qualified as T @@ -15,7 +16,6 @@ import Data.Text.IO qualified as T import System.Console.GetOpt import System.Directory -import System.Exit import System.FilePath import System.FilePath.Glob import System.IO @@ -45,8 +45,8 @@ instance Command RunCommand where commandUsage _ = T.pack $ unlines $ [ "Usage: minici run" , " run jobs for commits on current branch not yet in upstream branch" - , " or: minici run [--since-upstream=]" - , " run jobs for commits on not yet in its upstream ref" + , " or: minici run ..." + , " run jobs specified on the command line" , " or: minici run [--range=].." , " run jobs for commits in given range" , " or: minici run