summaryrefslogtreecommitdiff
path: root/src/Job.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-07-06 12:48:04 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-07-06 14:42:05 +0200
commit95d084f71ca84400dd24030ec608c84727bc5405 (patch)
tree41a3dc80cebef91bc9106c514196cc0d699478dd /src/Job.hs
parentd87acf3a084349c9575f1ecb53f5003733d407c0 (diff)
Shell command
Changelog: Added `shell` command to open a shell prepared for given job
Diffstat (limited to 'src/Job.hs')
-rw-r--r--src/Job.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Job.hs b/src/Job.hs
index 6782f6b..21d878c 100644
--- a/src/Job.hs
+++ b/src/Job.hs
@@ -8,6 +8,7 @@ module Job (
jobStatusFinished, jobStatusFailed,
JobManager(..), newJobManager, cancelAllJobs,
runJobs,
+ prepareJob,
jobStorageSubdir,
copyRecursive,