[PR #245] [MERGED] Feature: Config file #377

Closed
opened 2026-06-08 11:27:40 +03:00 by zhus · 0 comments
Owner

📋 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: masterHead: config2


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/245 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/20/2022 **Status:** ✅ Merged **Merged:** 8/22/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `config2` --- ### 📝 Commits (1) - [`562ce75`](https://github.com/bootandy/dust/commit/562ce75301d6d8184b3d7ef1d099354632f9f79f) Feature: Config file ### 📊 Changes **5 files changed** (+268 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+170 -24) 📝 `Cargo.toml` (+3 -0) ➕ `config/config.toml` (+13 -0) ➕ `src/config.rs` (+68 -0) 📝 `src/main.rs` (+14 -12) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:40 +03:00
zhus closed this issue 2026-06-08 11:27:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#377