Skip to content

Commit

Permalink
Add other_custom_types example (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc authored Aug 12, 2024
1 parent 0b3425c commit 6eecd50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Initialize a Soroban project with an example contract

* `-w`, `--with-example <WITH_EXAMPLE>` — An optional flag to specify Soroban example contracts to include. A hello-world contract will be included by default.

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`, `ttl`, `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`, `other_custom_types`, `simple_account`, `single_offer`, `timelock`, `token`, `ttl`, `upgradeable_contract`, `workspace`

* `--frontend-template <FRONTEND_TEMPLATE>` — An optional flag to pass in a url for a frontend template repository.

Expand Down
1 change: 1 addition & 0 deletions cmd/soroban-cli/example_contracts.list
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ increment
liquidity_pool
logging
mint-lock
other_custom_types
simple_account
single_offer
timelock
Expand Down

0 comments on commit 6eecd50

Please sign in to comment.