mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #266] [MERGED] Allow reading inputs from stdin
#393
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/266
Author: @cstyles
Created: 9/25/2022
Status: ✅ Merged
Merged: 10/1/2022
Merged by: @bootandy
Base:
master← Head:stdin📝 Commits (2)
6ee099dAdd a direct dependency on theattycrate69709e0Readinputsfrom stdin when applicable📊 Changes
4 files changed (+22 additions, -5 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
Cargo.toml(+1 -0)📝
src/cli.rs(+1 -1)📝
src/main.rs(+19 -4)📄 Description
Sometimes it's nice to run
duston a list of files/directories generated programmatically with something likefdor read from a file. This PR allows users to do just that:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.