Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print error if list and item share a name #116

Open
thenickcox opened this issue Apr 11, 2017 · 0 comments
Open

Print error if list and item share a name #116

thenickcox opened this issue Apr 11, 2017 · 0 comments

Comments

@thenickcox
Copy link

thenickcox commented Apr 11, 2017

First, thanks for this. I love it, and find it useful to save snippets of commonly used reaction gifs to paste into Slack at work.

But I ran into this issue.

Example:

➜  ~ boom foo
Boom! Created a new list called foo.
➜  ~ boom bar
Boom! Created a new list called bar.
➜  ~ boom foo bar http://google.com
Boom! bar in foo is http://google.com. Got it.
➜  ~ boom bar
➜  ~ 

I ran into this a few times and couldn't figure out why it would just return with no output. It'd be great to say something like:

Boom! We found both a list an an item with the name $NAME. To access the item, prepend its list name.

Is this something you'd think about accepting a PR for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant