feat: Add GitRepoRegistration cmdlets #5
1 changed files with 1 additions and 1 deletions
chore(git-provider): Rename class to match file name
commit
e49b322ec0
|
|
@ -4,7 +4,7 @@ using ModuleCore.Git;
|
|||
namespace PowershellModule.Git.Commands;
|
||||
|
||||
[Cmdlet(VerbsCommon.Get, GitCommands.GitRepoNoun)]
|
||||
public class ListGitRepoCommand : PSCmdlet
|
||||
public class GetGitRepoCommand : PSCmdlet
|
||||
{
|
||||
protected override void BeginProcessing()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue