Skip to content

Commit

Permalink
Merge pull request #1219 from multiversx/template-include-multiversx-…
Browse files Browse the repository at this point in the history
…json

template includes multiversx.json
  • Loading branch information
alyn509 authored Sep 17, 2023
2 parents a7280dc + f8aa643 commit 6efd0f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions contracts/examples/adder/mxsc-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ files_include = [
"wasm/Cargo.toml",
"Cargo.toml",
"README.md",
"multiversx.json",
]
1 change: 1 addition & 0 deletions contracts/examples/crypto-zombies/mxsc-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ files_include = [
"tests",
"wasm/Cargo.toml",
"Cargo.toml",
"multiversx.json",
]
1 change: 1 addition & 0 deletions contracts/examples/empty/mxsc-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ files_include = [
"tests",
"wasm/Cargo.toml",
"Cargo.toml",
"multiversx.json",
]
5 changes: 1 addition & 4 deletions framework/meta/src/cli_args/cli_args_standalone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ pub enum StandaloneCliAction {
#[command(name = "new", about = "Creates a contract by a pre-existing template")]
Template(TemplateArgs),

#[command(
name = "templates",
about = "Creates a contract by a pre-existing template"
)]
#[command(name = "templates", about = "Lists all pre-existing templates")]
TemplateList(TemplateListArgs),
#[command(
name = "test-gen",
Expand Down

0 comments on commit 6efd0f8

Please sign in to comment.