Aliases aren't immediately available unless an import of the module happens. Please consider reconciling/adding the aliases from the cs files.
|
AliasesToExport = @( |
|
'gziptofile' |
|
'gzipfromfile' |
|
'gziptostring' |
|
'gzipfromstring' |
|
'zip' |
|
'ziparchive' |
|
'gze' |
|
) |
Below are the actual aliases exposed after
ipmo.
gczip -> Get-ZipEntryContent
gezip -> Get-ZipEntry
gzipfromfile -> Expand-GzipArchive
gzipfromstring -> ConvertFrom-GzipString
gziptofile -> Compress-GzipArchive
gziptostring -> ConvertTo-GzipString
ziparchive -> Compress-ZipArchive
Aliases aren't immediately available unless an import of the module happens. Please consider reconciling/adding the aliases from the
csfiles.PSCompression/module/PSCompression.psd1
Lines 96 to 104 in bac3a41
Below are the actual aliases exposed after
ipmo.