Update command.ps1

forgot to pass to base
This commit is contained in:
pblivingston 2025-11-25 15:59:39 -05:00
parent eeb30925fa
commit b372cf8087

View File

@ -1,5 +1,5 @@
class Special : IRemote {
Special ([Object]$remote) {
Special ([Object]$remote) : base ($remote) {
AddActionMembers -PARAMS @('restart', 'shutdown', 'show')
}