We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71e879 commit c1dc9dcCopy full SHA for c1dc9dc
README.md
@@ -115,10 +115,10 @@ actions:
115
You can execute actions using the `jpm do` command:
116
117
```shell
118
-$ jpm do build
119
-$ jpm do run --arg fubar
120
-$ jpm do build -a --verbose run -a fubar
121
-$ jpm do --list # Lists all available actions
+$ jpm do --list # Lists all available actions
+$ jpm do build # Runs the build action
+$ jpm do run --arg foo -a bar # Passes "foo" and "bar" to the run action
+$ jpm do build -a --verbose run -a fubar # Passes "--verbose" to build and "fubar" to run
122
```
123
124
Or use the convenient alias commands that exist especially for "clean", "build", "test" and "run":
0 commit comments