[PR #456] [MERGED] Change config handling #491

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/456
Author: @Its-Just-Nans
Created: 12/30/2024
Status: Merged
Merged: 1/15/2025
Merged by: @bootandy

Base: masterHead: change-config-handling


📝 Commits (2)

📊 Changes

9 files changed (+73 additions, -26 deletions)

View changed files

📝 completions/_dust (+4 -3)
📝 completions/_dust.ps1 (+3 -2)
📝 completions/dust.bash (+20 -5)
📝 completions/dust.elv (+3 -2)
📝 completions/dust.fish (+4 -3)
📝 man-page/dust.1 (+5 -2)
📝 src/cli.rs (+10 -1)
📝 src/config.rs (+23 -7)
📝 src/main.rs (+1 -1)

📄 Description

Hello

This PR


🔄 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/456 **Author:** [@Its-Just-Nans](https://github.com/Its-Just-Nans) **Created:** 12/30/2024 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `change-config-handling` --- ### 📝 Commits (2) - [`4b629be`](https://github.com/bootandy/dust/commit/4b629be8a9e42d797a1c74ab08d5927a1199e88f) push config option - [`4ac1716`](https://github.com/bootandy/dust/commit/4ac1716cf660d44bc215eb2df8fc4c971f968507) clippy ### 📊 Changes **9 files changed** (+73 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+4 -3) 📝 `completions/_dust.ps1` (+3 -2) 📝 `completions/dust.bash` (+20 -5) 📝 `completions/dust.elv` (+3 -2) 📝 `completions/dust.fish` (+4 -3) 📝 `man-page/dust.1` (+5 -2) 📝 `src/cli.rs` (+10 -1) 📝 `src/config.rs` (+23 -7) 📝 `src/main.rs` (+1 -1) </details> ### 📄 Description Hello This PR - removes `#[serde(deny_unknown_fields)]` to fix #451 - update a cli description to fix #453 - (change `name` to `path`) - add a `--config <FILE>` to specify a custom path to a config file --- <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:28:46 +03:00
zhus closed this issue 2026-06-08 11:28:47 +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#491