Skip to content

Conversation

@Miiraak
Copy link
Owner

@Miiraak Miiraak commented Aug 29, 2025

Used to generates a recursive, ASCII directory tree of files and folders for a specified path.

…tory tree of files and folders for a specified path.and his Get-Tree.md files
@Miiraak Miiraak self-assigned this Aug 29, 2025
@Miiraak Miiraak added documentation Improvements or additions to documentation enhancement New feature or request PowerShell labels Aug 29, 2025
@Miiraak
Copy link
Owner Author

Miiraak commented Aug 29, 2025

PSScriptAnalyzer Report for .ps1 files in this PR

File Line Rule Severity Message
Get-Tree.ps1 84 PSAvoidUsingWriteHost Warning File 'Get-Tree.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work whe...

Replaced `Write-Host` with `Write-Output` in the
`Show-Tree` and `Show-Summary` functions to improve
output handling and flexibility. This change allows
for better capture and redirection of output in
PowerShell scripts.
@Miiraak
Copy link
Owner Author

Miiraak commented Aug 29, 2025

PSScriptAnalyzer Report for .ps1 files in this PR

No issues detected.

@Miiraak Miiraak merged commit 1498ca5 into master Aug 29, 2025
2 checks passed
@Miiraak Miiraak deleted the Add-get-tree-script branch August 29, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request PowerShell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants