Skip to content

Commit

Permalink
chore: update docs with new possible example contract (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh authored Feb 29, 2024
1 parent e70a4a4 commit 1746e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/soroban-cli-full-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ Initialize a Soroban project with an example contract

* `-w`, `--with-example <WITH_EXAMPLE>`

Possible values: `account`, `alloc`, `atomic_multiswap`, `atomic_swap`, `auth`, `cross_contract`, `custom_types`, `deep_contract_auth`, `deployer`, `errors`, `events`, `fuzzing`, `increment`, `liquidity_pool`, `logging`, `mint-lock`, `simple_account`, `single_offer`, `timelock`, `token`, `upgradeable_contract`, `workspace`
Possible values: `account`, `alloc`, `atomic_multiswap`, `atomic_swap`, `auth`, `cross_contract`, `custom_types`, `deep_contract_auth`, `deployer`, `errors`, `eth_abi`, `events`, `fuzzing`, `increment`, `liquidity_pool`, `logging`, `mint-lock`, `simple_account`, `single_offer`, `timelock`, `token`, `upgradeable_contract`, `workspace`

* `-f`, `--frontend-template <FRONTEND_TEMPLATE>`

Expand Down

0 comments on commit 1746e6b

Please sign in to comment.