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.
@ -125,3 +125,5 @@ function Send-MagicPacket
|
|||||||
$UdpClient.Dispose()
|
$UdpClient.Dispose()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Export-ModuleMember -Function Send-MagicPacket
|
||||||
|
Loading…
Reference in New Issue
Block a user