feat: Add GitRepoRegistration cmdlets #5

Merged
pascal_nulah merged 69 commits from feature/git-provider into dev 2026-09-06 09:33:36 +10:00
Showing only changes of commit d53e5b2fe4 - Show all commits

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

Scott 2026-08-26 17:17:47 +10:00

View file

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