Skip to content

Commit

Permalink
hc-generate: Change default template to rust-proc
Browse files Browse the repository at this point in the history
  • Loading branch information
timotree3 committed Dec 22, 2019
1 parent b200ee5 commit 1e19808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- Changed `hc generate` to use the `rust-proc` template by default [PR#0000](https://github.com/holochain/holochain-rust/pull/0000)

### Deprecated

### Removed
Expand Down
4 changes: 2 additions & 2 deletions crates/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ enum Cli {
#[structopt(parse(from_os_str))]
/// The path to the zome that should be generated (usually in ./zomes/)
zome: PathBuf,
#[structopt(default_value = "rust")]
/// Either the name of a built-in template (rust, rust-proc) or the url to a git repo containing a Zome template.
#[structopt(default_value = "rust-proc")]
/// Either the name of a built-in template (rust-proc, rust) or the url to a git repo containing a Zome template.
template: String,
},
#[structopt(alias = "r")]
Expand Down

0 comments on commit 1e19808

Please sign in to comment.