feat(git-provider): Change alias of NoStack to NoPushLocation

This commit is contained in:
Scott 2026-08-26 17:17:47 +10:00
commit d53e5b2fe4

View file

@ -16,7 +16,7 @@ public class ShowGitRepoRegistrationCommand : PSCmdlet
[Parameter( [Parameter(
Mandatory = false, Mandatory = false,
HelpMessage = "Changes directory directly instead of using Set-Location")] HelpMessage = "Changes directory directly instead of using Set-Location")]
[Alias("NoSetLocation")] [Alias("NoPushLocation")]
public SwitchParameter NoStack { get; set; } public SwitchParameter NoStack { get; set; }
protected override void BeginProcessing() protected override void BeginProcessing()