mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #432] [MERGED] add CLI search command #761
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#761
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/432
Author: @kadinsayani
Created: 4/25/2024
Status: ✅ Merged
Merged: 4/26/2024
Merged by: @aome510
Base:
master← Head:search-cmd📝 Commits (4)
5997964added initial search cmd code41f7fbcUpdated search implementation based on suggestionsfbe57c9updated query command to not include flagef6e4dfremoved index() call📊 Changes
6 files changed (+26 additions, -2 deletions)
View changed files
📝
spotify_player/src/cli/client.rs(+10 -0)📝
spotify_player/src/cli/commands.rs(+6 -0)📝
spotify_player/src/cli/handlers.rs(+6 -0)📝
spotify_player/src/cli/mod.rs(+2 -0)📝
spotify_player/src/client/mod.rs(+1 -1)📝
spotify_player/src/state/model.rs(+1 -1)📄 Description
Resolves #425
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.