diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-06-15 12:54:44 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 12:54:44 +1000 |
| commit | d36e27387eabf88845d364b9d3a2da54a583247f (patch) | |
| tree | 716058aac0b72c1ec1bb0b7eb47d4e3a87926299 /SetTagDefinition.cs | |
| parent | ab46387d4d02e30b171a7c2fa07947b41ec691a0 (diff) | |
Diffstat (limited to 'SetTagDefinition.cs')
| -rw-r--r-- | SetTagDefinition.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/SetTagDefinition.cs b/SetTagDefinition.cs index 51a18f4..b1ef14b 100644 --- a/SetTagDefinition.cs +++ b/SetTagDefinition.cs @@ -1,15 +1,11 @@ -using HyperBooru.ApiClient; -using HyperBooru.ApiModels; +using HyperBooru.ApiModels; using System.Management.Automation; namespace HyperBooru.PowerShell; [Alias("shbtd")] [Cmdlet(VerbsCommon.Set, "HyperBooruTagDefinition")] -public class SetTagDefinitionCmdlet : PSCmdlet { - [Parameter(Mandatory = true)] - public required HBSession Session { get; set; } - +public class SetTagDefinitionCmdlet : SessionCmdlet { [Parameter(Mandatory = true)] public required Guid TagDefinitionId { get; set; } |
