无论何时使用Powershell,我都可以访问npm,npx,git等命令。是否可以轻松列出通过环境变量PATH添加的所有可用命令?我尝试使用Get-Variable和Get-Command却没有找到git和我所有的环境变量命令的运气。
答案 0 :(得分:3)
在Get-Command的输出上使用正则表达式:
def logged_in?
user.nil?.!
end
答案 1 :(得分:0)
只需执行以下操作:
Set-Location Env:
Get-ChildItem