[PR #844] [MERGED] Feature: add command "features" #1833

Closed
opened 2026-03-14 15:35:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/844
Author: @mgumz
Created: 10/4/2025
Status: Merged
Merged: 12/28/2025
Merged by: @aome510

Base: masterHead: feature/print-features


📝 Commits (1)

  • a5257b5 Feature: add command "features"

📊 Changes

3 files changed (+44 additions, -0 deletions)

View changed files

📝 spotify_player/src/cli/commands.rs (+6 -0)
📝 spotify_player/src/cli/handlers.rs (+37 -0)
📝 spotify_player/src/cli/mod.rs (+1 -0)

📄 Description

Adds "features" as command to print the compiled in features to Stdout. It is tedious to search the build logs of
to find out what was set at compile time.


🔄 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/aome510/spotify-player/pull/844 **Author:** [@mgumz](https://github.com/mgumz) **Created:** 10/4/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feature/print-features` --- ### 📝 Commits (1) - [`a5257b5`](https://github.com/aome510/spotify-player/commit/a5257b5934e7a204798fa2966015d9184a9e3f40) Feature: add command "features" ### 📊 Changes **3 files changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/cli/commands.rs` (+6 -0) 📝 `spotify_player/src/cli/handlers.rs` (+37 -0) 📝 `spotify_player/src/cli/mod.rs` (+1 -0) </details> ### 📄 Description Adds "features" as command to print the compiled in features to Stdout. It is tedious to search the build logs of <insert-your-package-manager-here> to find out what was set at compile time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:35:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1833
No description provided.