diff --git a/install.ps1 b/install.ps1 index 5db9a5c..95be1a2 100644 --- a/install.ps1 +++ b/install.ps1 @@ -195,19 +195,19 @@ function Check-BinaryInstalled { } } -# Define available options -$options = @( - "--help: Display this help message", - "--version: Display the version of the installer", -) - -# Function to display help message -function Show-Help { - Write-Output "Available options:" - foreach ($option in $options) { - Write-Output " $option" - } -} +# # Define available options +# $options = @( +# "--help: Display this help message", +# "--version: Display the version of the installer", +# ) + +# # Function to display help message +# function Show-Help { +# Write-Output "Available options:" +# foreach ($option in $options) { +# Write-Output " $option" +# } +# } # param ( # [string[]]$args