ShowPSAst:探索 PowerShell Ast 的简单 UI

时间:2021-05-29 19:45:00
【文件属性】:
文件名称:ShowPSAst:探索 PowerShell Ast 的简单 UI
文件大小:16KB
文件格式:ZIP
更新时间:2021-05-29 19:45:00
PowerShell 表演节目 此模块有助于通过图形视图可视化 PowerShell Ast。 Ast已在树视图中完全展开,在树视图中选择一个节点将在脚本中显示相应的文本以及该节点的属性。 例子: # Install the module first, then import Install-Module ShowPSAst Import-Module ShowPSAst # Show the ast of a script or script module Show-Ast $pshome\Modules\Microsoft.PowerShell.Utility\Microsoft.PowerShell.Utility.psm1 Show-Ast ~\Documents\WindowsPowerShell\profile.ps1 # Show the ast of a script block Sho
【文件预览】:
ShowPSAst-master
----.gitignore(31B)
----README.md(1KB)
----ShowPSAst.psd1(674B)
----config.txt(155B)
----ShowPSAst.psm1(645B)
----LICENSE.txt(1KB)
----Functions()
--------Public()
--------Private()

网友评论