Remove alias d for the -Directory parameter from Get-ChildItem (#15171)

This commit is contained in:
PRASOON KARUNAN V 2021-05-06 05:53:09 +05:30 committed by GitHub
parent e0a4855976
commit 15bb767a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7531,7 +7531,7 @@ namespace Microsoft.PowerShell.Commands
/// Gets or sets the filter directory flag.
/// </summary>
[Parameter]
[Alias("ad", "d")]
[Alias("ad")]
public SwitchParameter Directory
{
get { return _attributeDirectory; }