We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc74448 commit 726db82Copy full SHA for 726db82
README.md
@@ -6,7 +6,7 @@ for UVL models, which is the pivot metamodel. Additionally, the core module has
6
To get started, copy over TraVarT plugins (as JAR archives) into the `plugins` folder in this repository (if this folder does not
7
exist, create it, the path should be ignored by Git).
8
9
-The command-line interface provides three subcommands: `plugin`, `benchmark` and `transform'. An exhaustive list of possible
+The command-line interface provides three subcommands: `plugin`, `benchmark` and `transform`. An exhaustive list of possible
10
options and flags for individual subcommands can be viewed by invoking the respective subcommand as a sub-subcommand of `help` i.e., `help plugin`.
11
If you want to start TraVarT directly off this repository (and not over a compiled JAR file independent from the repository), invoke
12
the Maven exection plugin over `mvn exec:java`. You can provide command-line arguments while using `exec:java` with `-Dexec.args`.
0 commit comments