Skip to content

Commit c1dc9dc

Browse files
authored
docs: Improved action examples in README
1 parent a71e879 commit c1dc9dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ actions:
115115
You can execute actions using the `jpm do` command:
116116
117117
```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
118+
$ jpm do --list # Lists all available actions
119+
$ jpm do build # Runs the build action
120+
$ jpm do run --arg foo -a bar # Passes "foo" and "bar" to the run action
121+
$ jpm do build -a --verbose run -a fubar # Passes "--verbose" to build and "fubar" to run
122122
```
123123
124124
Or use the convenient alias commands that exist especially for "clean", "build", "test" and "run":

0 commit comments

Comments
 (0)