命令和参数的别名 #182
chenxizhang
started this conversation in
Use cases - 简体中文
命令和参数的别名
#182
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PowerShell 允许为命令和参数定义别名,这就极大地方便了不同用户的使用习惯。在本模块中,我们充分利用了这个特性,为主要的命令和参数都定义了别名。
Tip
这些别名在 PowerShell 窗口输入的时候,都会有智能感知提示,你可以输入一两个字符后按下
tab
键即可补全。命令和别名
chat
,chatgpt
,gpt
gpt
这个别名来代指第二种直接生成文本的场景image
,dall
参数和别名
New-ChatGPTConversation
key
,token
,accesstoken
,access_token
engine
,deployment
variables
out
New-ImageGeneration
key
,token
,accesstoken
,access_token
out
env
Beta Was this translation helpful? Give feedback.
All reactions