feat(git-provider): Change alias of NoStack to NoPushLocation
This commit is contained in:
parent
52944936ed
commit
d53e5b2fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue