mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #397] [MERGED] eprint problematic folders #461
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/397
Author: @Its-Just-Nans
Created: 5/12/2024
Status: ✅ Merged
Merged: 6/19/2024
Merged by: @bootandy
Base:
master← Head:add-permissions-errors📝 Commits (2)
73b5072eprint problematic foldersc4c6c96add cli📊 Changes
12 files changed (+148 additions, -54 deletions)
View changed files
📝
completions/_dust(+1 -0)📝
completions/_dust.ps1(+1 -0)📝
completions/dust.bash(+1 -1)📝
completions/dust.elv(+1 -0)📝
completions/dust.fish(+1 -0)📝
man-page/dust.1(+4 -1)📝
src/cli.rs(+6 -0)📝
src/config.rs(+5 -0)📝
src/dir_walker.rs(+39 -32)📝
src/main.rs(+14 -3)📝
src/progress.rs(+1 -1)📝
tests/test_exact_output.rs(+74 -16)📄 Description
This PR change the
Did not have permissions..message to print problematic folders/filesWhy this PR: I think it's useful to have the list of the problematic folders/files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.