mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Finish CLI
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"type": "webapp",
|
||||
"license": "MIT"
|
||||
},
|
||||
"template_name": "webapp",
|
||||
"template_name_pretty": "Web Application",
|
||||
"short_name": "webapp",
|
||||
"short_name_pretty": "Web Application",
|
||||
"template_project_dependencies": [
|
||||
],
|
||||
"repo": "https://onedev.site.tesses.net/CrossLang/CrossLangExtras",
|
||||
|
||||
@@ -10,3 +10,7 @@ func WebAppMain(args)
|
||||
return false;
|
||||
};
|
||||
}
|
||||
func main(args)
|
||||
{
|
||||
Console.WriteLine("use crosslang webapp-test to test");
|
||||
}
|
||||
Reference in New Issue
Block a user