[PR #389] [MERGED] Added json output function #454

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/389
Author: @fksms
Created: 4/25/2024
Status: Merged
Merged: 5/3/2024
Merged by: @bootandy

Base: masterHead: json_test


📝 Commits (3)

📊 Changes

12 files changed (+233 additions, -3 deletions)

View changed files

📝 Cargo.lock (+182 -0)
📝 Cargo.toml (+2 -0)
📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+7 -0)
📝 src/config.rs (+4 -0)
📝 src/main.rs (+24 -0)
📝 src/node.rs (+2 -1)

📄 Description

I added it because I needed the ability to output it as json.

dust -j outputs json to the current directory.

For your reference.


🔄 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/389 **Author:** [@fksms](https://github.com/fksms) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `json_test` --- ### 📝 Commits (3) - [`e02835e`](https://github.com/bootandy/dust/commit/e02835e014e83695308b270101bd33bc0a3251c6) Added json output function - [`7b751bb`](https://github.com/bootandy/dust/commit/7b751bb6f4fa714029f19cfa5a94d6716afaeaa1) Formatting - [`29197ff`](https://github.com/bootandy/dust/commit/29197ff15a645d739e5aec87e1feda54cd0df7b7) Formatting ### 📊 Changes **12 files changed** (+233 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+182 -0) 📝 `Cargo.toml` (+2 -0) 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+7 -0) 📝 `src/config.rs` (+4 -0) 📝 `src/main.rs` (+24 -0) 📝 `src/node.rs` (+2 -1) </details> ### 📄 Description I added it because I needed the ability to output it as json. `dust -j` outputs json to the current directory. For your reference. --- <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:24 +03:00
zhus closed this issue 2026-06-08 11:28:25 +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#454