Skip to content

Commit

Permalink
chore(windows): update installer
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jul 31, 2024
1 parent cf8b255 commit 1d91b15
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d91b15

Please sign in to comment.