File tree Expand file tree Collapse file tree
src/main/scala/io/viash/wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Viash 0.x.x (yyyy-MM-dd): TODO Add title
22
3-
43TODO add summary
54
65## NEW FEATURES
@@ -17,6 +16,11 @@ TODO add summary
1716
1817* ` Nextflow ` runner: remove deprecated ` runComponents ` (PR #811 ).
1918
19+ ## MINOR CHANGES
20+
21+ * ` Executable ` : Add more info to the --help (PR #802 ).
22+
23+
2024# Viash 0.9.3 (yyyy-MM-dd): TODO Add title
2125
2226## BUG FIXES
Original file line number Diff line number Diff line change @@ -731,9 +731,11 @@ object BashWrapper {
731731 val helpStrings =
732732 """ Viash built in Computational Requirements:
733733 | ---cpus=INT
734- | Number of CPUs to use
734+ | Number of CPUs to use.
735735 | ---memory=STRING
736736 | Amount of memory to use. Examples: 4GB, 3MiB.
737+ | $VIASH_TEMP
738+ | The temporary directory to use.
737739 |""" .stripMargin
738740
739741 val compArgs = List (
You can’t perform that action at this time.
0 commit comments