1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Update cli.md

This commit is contained in:
Thibaut Schaeffer 2020-04-24 20:42:57 +02:00 committed by GitHub
parent 3e0ca9f7a0
commit dac688ee77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,11 @@ You can see an overview of the available subcommands by running
```sh
zokrates
<<<<<<< HEAD
```
You can get help about a particular subcommand with `--help`, for example:
```sh
zokrates compile --help
=======
>>>>>>> develop
```
For each command, you can get the list of expected arguments using `--help`.