list reference accepts zero or one arg
This commit is contained in:
parent
1ca338838a
commit
d3a101ebad
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ namespace Microsoft.DotNet.Cli
|
|||
CommonOptions.HelpOption(),
|
||||
Create.Command("reference",
|
||||
LocalizableStrings.AppFullName,
|
||||
Accept.ZeroOrOneArgument(),
|
||||
CommonOptions.HelpOption()));
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue