Resolve build breaks

This commit is contained in:
Piotr Puszkiewicz 2017-03-10 17:52:40 -08:00
parent 23d4fb32f3
commit 3bdfe28765
7 changed files with 41 additions and 36 deletions

View file

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli
Create.Command(
"clean",
LocalizableStrings.AppFullName,
Accept.ZeroOrMoreArguments,
Accept.ZeroOrMoreArguments(),
CommonOptions.HelpOption(),
Create.Option("-o|--output",
LocalizableStrings.CmdOutputDirDescription,