pengwynn / rdio-cli

CLI for Rdio on Mac
MIT License
101 stars 9 forks source link

Adding friends - first cut #11

Closed jroes closed 10 years ago

jroes commented 10 years ago

This gives us the friends subcommand:

› rdio help friends
NAME
    friends - Manage your friends

SYNOPSIS
    rdio [global options] friends [command options]  add

COMMANDS
    add - Add a friend

› rdio friends add pengwynn
You are now friends with pengwynn.

There's a lot more to do, but this gets us started. I made a few changes to the specs; the #any_instance mocking was giving me some trouble.

pengwynn commented 10 years ago

:sparkles: Thanks for the patch.

jroes commented 10 years ago

No prob! Glad to help.