restore loc strings, subcommand parsers into separate files

This commit is contained in:
jonsequitur 2017-03-19 14:35:11 -07:00 committed by Jon Sequeira
parent 43c13f2f53
commit daac945742
16 changed files with 269 additions and 175 deletions

View file

@ -16,14 +16,10 @@ namespace Microsoft.DotNet.Tools.Run
public string Configuration { get; set; }
public string Framework { get; set; }
public string Project { get; set; }
public IReadOnlyList<string> Args { get; set; }
public IReadOnlyCollection<string> Args { get; set; }
private List<string> _args;
public RunCommand()
{
}
public int Start()
{
Initialize();