[PR #396] [MERGED] refactor: cleanup -j / --output-json flag #460

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/396
Author: @bootandy
Created: 5/3/2024
Status: Merged
Merged: 6/19/2024
Merged by: @bootandy

Base: masterHead: clean_json


📝 Commits (1)

  • b27d422 refactor: cleanup -j / --output-json flag

📊 Changes

4 files changed (+17 additions, -34 deletions)

View changed files

📝 README.md (+1 -0)
📝 src/display_node.rs (+3 -1)
📝 src/main.rs (+12 -31)
📝 src/node.rs (+1 -2)

📄 Description

Stop -j writing to a file, print to stdout instead.


🔄 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/396 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 5/3/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `clean_json` --- ### 📝 Commits (1) - [`b27d422`](https://github.com/bootandy/dust/commit/b27d42283f4656028964b36f74bae1dfa1a26350) refactor: cleanup -j / --output-json flag ### 📊 Changes **4 files changed** (+17 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `src/display_node.rs` (+3 -1) 📝 `src/main.rs` (+12 -31) 📝 `src/node.rs` (+1 -2) </details> ### 📄 Description Stop -j writing to a file, print to stdout instead. --- <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:28 +03:00
zhus closed this issue 2026-06-08 11:28:29 +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#460