[PR #243] [CLOSED] Feature: Config file #375

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/243
Author: @bootandy
Created: 8/19/2022
Status: Closed

Base: masterHead: config


📝 Commits (1)

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

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/243 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/19/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `config` --- ### 📝 Commits (1) - [`f760d2e`](https://github.com/bootandy/dust/commit/f760d2eb725b98871406d7c42fe445776001780c) Feature: Config file ### 📊 Changes **5 files changed** (+270 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+170 -24) 📝 `Cargo.toml` (+3 -0) ➕ `config/config.toml` (+13 -0) ➕ `src/config.rs` (+70 -0) 📝 `src/main.rs` (+14 -11) </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). https://github.com/bootandy/dust/issues/168 --- <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:39 +03:00
zhus closed this issue 2026-06-08 11:27:39 +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#375