File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
### Changed
10
10
11
+ - Changed ` hc generate ` to use the ` rust-proc ` template by default.
12
+
11
13
### Deprecated
12
14
13
15
### Removed
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ enum Cli {
61
61
#[ structopt( parse( from_os_str) ) ]
62
62
/// The path to the zome that should be generated (usually in ./zomes/)
63
63
zome : PathBuf ,
64
- #[ structopt( default_value = "rust" ) ]
65
- /// Either the name of a built-in template (rust, rust-proc ) or the url to a git repo containing a Zome template.
64
+ #[ structopt( default_value = "rust-proc " ) ]
65
+ /// Either the name of a built-in template (rust-proc , rust) or the url to a git repo containing a Zome template.
66
66
template : String ,
67
67
} ,
68
68
#[ structopt( alias = "r" ) ]
You can’t perform that action at this time.
0 commit comments