restore loc strings, subcommand parsers into separate files
This commit is contained in:
parent
43c13f2f53
commit
daac945742
16 changed files with 269 additions and 175 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue