mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
Fix crosslang new
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
"homepage": "https://crosslang.tesseslanguage.com/",
|
"homepage": "https://crosslang.tesseslanguage.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"template_name": "web",
|
"template_name": "web",
|
||||||
|
"documentation": "A Simple.CSS Website with my template engine",
|
||||||
"template_info": {
|
"template_info": {
|
||||||
"type": "console"
|
"type": "console"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ func main(args)
|
|||||||
{
|
{
|
||||||
func newHelp()
|
func newHelp()
|
||||||
{
|
{
|
||||||
Console.WriteLine($"{dd.FileName} new [FLAGS] <template_name> [directory_for_project]");
|
Console.WriteLine($"crosslang new [FLAGS] <template_name> [directory_for_project]");
|
||||||
Console.WriteLine("FLAGS");
|
Console.WriteLine("FLAGS");
|
||||||
Console.WriteLine("--help: Shows this help");
|
Console.WriteLine("--help: Shows this help");
|
||||||
Console.WriteLine("--list: Lists all templates");
|
Console.WriteLine("--list: Lists all templates");
|
||||||
|
|||||||
Reference in New Issue
Block a user