mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
Update pgpainless-cli/README.md
This commit is contained in:
parent
24db3da9dd
commit
88faaf5dd0
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ To build an executable, `gradle jar` should be sufficient. The resulting jar fil
|
||||||
|
|
||||||
## Execute
|
## Execute
|
||||||
|
|
||||||
Simply use the provided `./pgpainless` script to execute PGPainless' Stateless Command Line Interface.
|
Alternatively you can use the provided `./pgpainless-cli` script to execute PGPainless' Stateless Command Line Interface from within Gradle.
|
||||||
|
|
||||||
To discover all commands use
|
To discover all available commands use
|
||||||
```
|
```
|
||||||
./pgpainless help
|
./pgpainless-cli help
|
||||||
```
|
```
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
Loading…
Reference in a new issue