diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-23 12:40:53 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-03-29 19:16:37 +0100 |
commit | f3dbad3df9f8c9c1aca873d74a34c6f9169133b0 (patch) | |
tree | 93d4a0114962c4062f5c6398aeb975a2f64da0e9 /minici.cabal | |
parent | a372c8cf51bce6179fe0d585a545b7f4f3910233 (diff) |
Evaluate canonical job ids
Changelog: Added `jobid` command resolving job reference to canonical id
Diffstat (limited to 'minici.cabal')
-rw-r--r-- | minici.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minici.cabal b/minici.cabal index 433576f..b8fa18a 100644 --- a/minici.cabal +++ b/minici.cabal @@ -49,6 +49,7 @@ executable minici other-modules: Command Command.Checkout + Command.JobId Command.Run Config Eval |