mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #243] [CLOSED] Feature: Config file #375
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/243
Author: @bootandy
Created: 8/19/2022
Status: ❌ Closed
Base:
master← Head:config📝 Commits (1)
f760d2eFeature: Config file📊 Changes
5 files changed (+270 additions, -35 deletions)
View changed files
📝
Cargo.lock(+170 -24)📝
Cargo.toml(+3 -0)➕
config/config.toml(+13 -0)➕
src/config.rs(+70 -0)📝
src/main.rs(+14 -11)📄 Description
Read flags for several params from config file.
This was a popular requested feature (many people want to run with -r on
by default).
https://github.com/bootandy/dust/issues/168
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.