Update Program.cs
This commit is contained in:
parent
c6b60e22d7
commit
1435066745
1 changed files with 1 additions and 4 deletions
|
|
@ -36,10 +36,7 @@ if (args.Length > 0 && args[0].ToLower() == "plugins")
|
||||||
await NugetCLI.Main(items);
|
await NugetCLI.Main(items);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
Start();
|
|
||||||
}
|
|
||||||
|
|
||||||
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();
|
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue