feat(git-provider): Set OutputType for GetGitRepoCommand
This commit is contained in:
parent
e49b322ec0
commit
5f04ed4262
1 changed files with 2 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
|||
using System.Management.Automation;
|
||||
using ModuleCore.Git;
|
||||
using ModuleCore.Git.Models;
|
||||
|
||||
namespace PowershellModule.Git.Commands;
|
||||
|
||||
[Cmdlet(VerbsCommon.Get, GitCommands.GitRepoNoun)]
|
||||
[OutputType(typeof(GitRegistration))]
|
||||
public class GetGitRepoCommand : PSCmdlet
|
||||
{
|
||||
protected override void BeginProcessing()
|
||||
|
|
|
|||
Loading…
Reference in a new issue