Skip to content

Commit

Permalink
Add alias command
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Jul 31, 2023
1 parent fbadcfa commit 1e5194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ java -cp "cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand <command
```
An alias can be created to simplify this command:
```shell
pfb='java -cp "cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand'
alias pfb='java -cp "cli/build/libs/java-pfb-cli.jar" bio.terra.pfb.JavaPfbCommand'
```
Example usage of the alias:
```shell
Expand Down

0 comments on commit 1e5194e

Please sign in to comment.