mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #345] filecount does not works as expected #157
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?
Originally created by @tatref on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/bootandy/dust/issues/345
It seems like it accounts only for files
If I create files, the behavior is correct.
Maybe the count should include directories, or just fix the doc?
@bootandy commented on GitHub (Nov 16, 2023):
Good spot, I will fix the documentation.
@bootandy commented on GitHub (Nov 22, 2023):
https://github.com/bootandy/dust/pull/350