mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #245] [MERGED] Feature: Config file #377
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/245
Author: @bootandy
Created: 8/20/2022
Status: ✅ Merged
Merged: 8/22/2022
Merged by: @bootandy
Base:
master← Head:config2📝 Commits (1)
562ce75Feature: Config file📊 Changes
5 files changed (+268 additions, -36 deletions)
View changed files
📝
Cargo.lock(+170 -24)📝
Cargo.toml(+3 -0)➕
config/config.toml(+13 -0)➕
src/config.rs(+68 -0)📝
src/main.rs(+14 -12)📄 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).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.