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(),
|
CommonOptions.HelpOption(),
|
||||||
Create.Command("reference",
|
Create.Command("reference",
|
||||||
LocalizableStrings.AppFullName,
|
LocalizableStrings.AppFullName,
|
||||||
|
Accept.ZeroOrOneArgument(),
|
||||||
CommonOptions.HelpOption()));
|
CommonOptions.HelpOption()));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue