diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-22 21:45:38 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-24 15:37:06 +0200 |
commit | 64669c18992339fa632bfea0bf13691844252777 (patch) | |
tree | 65e9d51d5f24e18f22fcb511bbdf9e9aff784a19 /minici.cabal | |
parent | 50526acfb2251d1076c3486dceecae08f44d8a64 (diff) |
Extract command
Changelog: Added `extract` command to extract artifacts
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 b7e01e9..4ecf2bc 100644 --- a/minici.cabal +++ b/minici.cabal @@ -49,6 +49,7 @@ executable minici other-modules: Command Command.Checkout + Command.Extract Command.JobId Command.Log Command.Run |