mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Add documentation for update-shell
This commit is contained in:
@@ -524,6 +524,7 @@ func main(args)
|
|||||||
Console.WriteLine("build: build a project");
|
Console.WriteLine("build: build a project");
|
||||||
Console.WriteLine("run: run a project");
|
Console.WriteLine("run: run a project");
|
||||||
Console.WriteLine("configdir: print the config directory");
|
Console.WriteLine("configdir: print the config directory");
|
||||||
|
Console.WriteLine("update-shell: update the shell"); //this command is handled by runtime so we don't have to implement it here
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user