refactor(magicpacket): add manifest and explicit function export
This commit is contained in:
parent
cb53f4a7a0
commit
1ff4a6bf6a
BIN
wol-magicPacket.psd1
Normal file
BIN
wol-magicPacket.psd1
Normal file
Binary file not shown.
@ -124,4 +124,6 @@ function Send-MagicPacket
|
||||
$UdpClient.Close()
|
||||
$UdpClient.Dispose()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Export-ModuleMember -Function Send-MagicPacket
|
||||
|
Loading…
Reference in New Issue
Block a user