Skip to content

Commit b611d1b

Browse files
author
Robrecht Cannoodt
authored
Add more info to cli help (#802)
* add more info to cli help * update changelog * remove comments that are only useful for the developer
1 parent 1dec90f commit b611d1b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Viash 0.x.x (yyyy-MM-dd): TODO Add title
22

3-
43
TODO 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

src/main/scala/io/viash/wrapper/BashWrapper.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)