Skip to content

Commit

Permalink
update cli readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
snf2ye committed Jul 19, 2023
1 parent 79ad761 commit 41b05de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ First, run "jar" gradle task in cli project.

Then, you can use the CLI with the following command:
```shell
java -cp "java-pfb-cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand <command> <args>
java -cp "cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand <command>
```
Only command right now: "hello"
Available Commands:
- hello
- --version
- --help

0 comments on commit 41b05de

Please sign in to comment.