Skip to content

Commit c336e9f

Browse files
committed
fix format inconsistencies
1 parent 3e16578 commit c336e9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TODO add summary
88

99
* `config run`: Add option to run a component using a package bundle downloaded from ViashHub (PR #816).
1010
This allows for running a component without having to build it first.
11-
Example: `viash run vsh://toolbox/v0.1.0/yq -- --input input.yaml --output output.yaml`.
11+
Example: `viash run vsh://toolbox@v0.1.0/yq -- --input input.yaml --output output.yaml`.
1212

1313
## BREAKING CHANGES
1414

src/main/scala/io/viash/cli/CLIConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class CLIConf(arguments: Seq[String]) extends ScallopConf(arguments) with Loggin
216216
"""Executes a Viash component from the provided Viash config file. Viash generates a temporary executable and immediately executes it with the given parameters.
217217
|Alternatively, a component can be fetched directly for Viash-Hub by specifying the package name, package version and component name.""".stripMargin,
218218
"""viash run config.vsh.yaml [-p docker] [-k true/false] -- [arguments for script]
219-
|viash run vsh://toolbox/v0.1.0/yq -- --input input.yaml --output output.yaml --eval '.name'""".stripMargin)
219+
|viash run vsh://toolbox@v0.1.0/yq -- --input input.yaml --output output.yaml --eval '.name'""".stripMargin)
220220

221221
footer(
222222
s""" -- param1 param2 ... Extra parameters to be passed to the component itself.

0 commit comments

Comments
 (0)