File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ You can print the list of commands by running `leo --help`
2727* [ ` build ` ] ( #leo-build ) - Compile the current package as a program.
2828* [ ` run ` ] ( #leo-run ) - Run a program with input variables.
2929* [ ` execute ` ] ( #leo-execute ) - Execute a program with input variables.
30+ * [ ` add ` ] ( #leo-add ) - Add a new on-chain or local dependency to the current package.
31+ * [ ` deploy ` ] ( #leo-deploy ) - Deploy a program.
3032* [ ` clean ` ] ( #leo-clean ) - Clean the output directory.
3133* [ ` update ` ] ( #leo-update ) - Update to the latest version of Leo.
3234* [ ` account ` ] ( #leo-account ) - Create a new Aleo account.
@@ -37,7 +39,7 @@ You can print the list of commands by running `leo --help`
3739## ` leo example `
3840
3941To list all available example programs, run:
40- ``` bash
42+ ```
4143leo example
4244
4345# Output:
@@ -252,7 +254,7 @@ leo account new --write
252254
253255To list all options
254256
255- ` ` ` bash
257+ ` ` `
256258leo account --help
257259
258260# Output:
You can’t perform that action at this time.
0 commit comments