mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #15] [MERGED] Add support for -d depth flag #255
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/15
Author: @bootandy
Created: 4/27/2018
Status: ✅ Merged
Merged: 4/27/2018
Merged by: @bootandy
Base:
master← Head:depth2📝 Commits (4)
e6c777fAdd support for -d depth flag0f1f823Add long options to cmd line params8170a07Increase default to 20 from 154ac85d7Simplify tests📊 Changes
5 files changed (+131 additions, -73 deletions)
View changed files
📝
README.md(+8 -7)📝
src/display.rs(+29 -22)📝
src/main.rs(+49 -5)📝
src/tests.rs(+12 -33)📝
src/utils/mod.rs(+33 -6)📄 Description
Following a user request the option '-d N' allows a user to output N
levels of sub directories.
Fixed bug: so that trailing slashes are now removed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.