Start-AIShell
Starts an AIShell session in a split pane window of Windows Terminal and iTerm2 and connects a communication channel to the PowerShell session that started it.
構文
Default (既定)
Start-AIShell
[-Path <String>]
[<CommonParameters>]
説明
Starts an AIShell session in a split pane window of Windows Terminal and iTerm2. The AIShell session is started in the right pane of the terminal window. The left pane is the current shell session. You must use these windows to interact with the AIShell session.
When you run this cmdlet on macOS, it checks for the presence of iTerm2. If iTerm2 is not installed, it attempts to install iTerm2 using the pip3 package manager. If iTerm2 is installed, it starts an iTerm2 session in a split pane window.
例
Example 1 - Start an AIShell session
Start-AIShell
Example 2 - Start an AIShell session with a specific path
Start-AIShell -PATH C:\Users\aish.exe
パラメーター
-Path
By default, the cmdlet looks for the aish
executable in the locations listed in the $env:PATH
environment variable. Use this parameter to specify an alternate location for the aish
executable.
パラメーターのプロパティ
型: | String |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | Named |
必須: | False |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
入力
None
出力
メモ
PowerShell includes the following alias for this cmdlet:
- All platforms:
aish