mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Rename archetype name to archetypeName.
This commit is contained in:
parent
4b94a9c8e1
commit
2bfd7cc78e
5 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ interface IInitContributor {
|
|||
* The name of this archetype. This is the name that will be looked up when passed to the --init
|
||||
* argument.
|
||||
*/
|
||||
val name: String
|
||||
val archetypeName: String
|
||||
|
||||
/**
|
||||
* Generate the files for this archetype. The parameter is the arguments that were passed to the kobaltw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue