We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e7e08 commit 3110c2cCopy full SHA for 3110c2c
tools/scripts/install-aishell.ps1
@@ -1,6 +1,8 @@
1
# Copyright (c) Microsoft Corporation.
2
# Licensed under the MIT License.
3
4
+#Requires -Version 7.4.6
5
+
6
param(
7
[Parameter(HelpMessage = "Specify this parameter to uninstall AI Shell")]
8
[switch] $Uninstall
0 commit comments