mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #844] [MERGED] Feature: add command "features" #1833
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1833
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/print-features📝 Commits (1)
a5257b5Feature: 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.