Finish CLI

This commit is contained in:
2025-09-07 14:42:00 -05:00
parent 50a3dff7ad
commit 1ef356443e
24 changed files with 881 additions and 74 deletions

View File

@@ -7,11 +7,11 @@
"repo": "https://onedev.site.tesses.net/CrossLang/CrossLangExtras",
"homepage": "https://crosslang.tesseslanguage.com/",
"license": "MIT",
"template_name": "compiletool",
"short_name": "compiletool",
"template_info": {
"type": "compile_tool"
},
"template_name_pretty": "Compile Tool",
"short_name_pretty": "Compile Tool",
"template_ignored_files": ["bin","obj"],
"description": "A tool that can be a dependency to a project (including libraries) that runs at compile time"
}