mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 19:03:27 +03:00
add missing templates to allTemplates seq (#5657)
Add recently added templates to allTemplates seq so they are accessed from the command line
This commit is contained in:
parent
3e8467c204
commit
f316ba0136
@ -45,5 +45,13 @@ object Template {
|
|||||||
override val name = "stargazers"
|
override val name = "stargazers"
|
||||||
}
|
}
|
||||||
|
|
||||||
val allTemplates = Seq(Default, Orders, Restaurants, Stargazers)
|
val allTemplates = Seq(
|
||||||
|
Default,
|
||||||
|
Orders,
|
||||||
|
Restaurants,
|
||||||
|
Stargazers,
|
||||||
|
ColoradoCovid,
|
||||||
|
Kmeans,
|
||||||
|
NasdaqReturns
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user