mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
tweak
This commit is contained in:
@@ -9,7 +9,7 @@ param(
|
|||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$true)]
|
||||||
$moduleName,
|
$moduleName,
|
||||||
[ValidateSet('Column','Bar','Line','Pie')]
|
[ValidateSet('Column','Bar','Line','Pie')]
|
||||||
$chartType="Line"
|
$chartType="Line"
|
||||||
)
|
)
|
||||||
|
|
||||||
$galleryUrl = "https://www.powershellgallery.com/packages/$moduleName"
|
$galleryUrl = "https://www.powershellgallery.com/packages/$moduleName"
|
||||||
|
|||||||
Reference in New Issue
Block a user