setup: add --help and --no_dotnet commands

This commit is contained in:
yuyoyuppe
2020-08-26 13:46:19 +03:00
committed by Andrey Nekrasov
parent 4e969a3701
commit 870f1095cd
5 changed files with 47 additions and 13 deletions

View File

@@ -3,5 +3,5 @@
namespace updating
{
bool dotnet_is_installed();
bool install_dotnet();
bool install_dotnet(const bool silent = false);
}