From 481fff478a1021ed5a46373dd7e8e35563f9c794 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 28 Mar 2025 22:11:17 -0500 Subject: [PATCH] Fix crosslang new --- Templates/web/cross.json | 1 + Tesses.CrossLang.Shell/src/main.tcross | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Templates/web/cross.json b/Templates/web/cross.json index da357bf..98a2cb8 100644 --- a/Templates/web/cross.json +++ b/Templates/web/cross.json @@ -8,6 +8,7 @@ "homepage": "https://crosslang.tesseslanguage.com/", "license": "MIT", "template_name": "web", + "documentation": "A Simple.CSS Website with my template engine", "template_info": { "type": "console" }, diff --git a/Tesses.CrossLang.Shell/src/main.tcross b/Tesses.CrossLang.Shell/src/main.tcross index a8f1334..689ac25 100644 --- a/Tesses.CrossLang.Shell/src/main.tcross +++ b/Tesses.CrossLang.Shell/src/main.tcross @@ -134,7 +134,7 @@ func main(args) { func newHelp() { - Console.WriteLine($"{dd.FileName} new [FLAGS] [directory_for_project]"); + Console.WriteLine($"crosslang new [FLAGS] [directory_for_project]"); Console.WriteLine("FLAGS"); Console.WriteLine("--help: Shows this help"); Console.WriteLine("--list: Lists all templates");