diff --git a/lib/command.ps1 b/lib/command.ps1 index 94192c1..4f1e3c3 100644 --- a/lib/command.ps1 +++ b/lib/command.ps1 @@ -1,5 +1,5 @@ class Special : IRemote { - Special ([Object]$remote) { + Special ([Object]$remote) : base ($remote) { AddActionMembers -PARAMS @('restart', 'shutdown', 'show') }