, -> ;
This commit is contained in:
parent
e0da3090e6
commit
1c25a17e03
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Accept.ExactlyOneArgument
|
||||
.With(name: "CONFIGURATION")
|
||||
.WithSuggestionsFrom("DEBUG", "RELEASE")
|
||||
.ForwardAs(o => $"/p:Configuration={o.Arguments.Single()}")),
|
||||
.ForwardAs(o => $"/p:Configuration={o.Arguments.Single()}"));
|
||||
|
||||
public static ArgumentsRule DefaultToCurrentDirectory(this ArgumentsRule rule) =>
|
||||
rule.With(defaultValue: () => PathUtility.EnsureTrailingSlash(Directory.GetCurrentDirectory()));
|
||||
|
|
Loading…
Reference in a new issue