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

Need some/more exit codes #54

Open
LazyKent opened this issue Aug 14, 2014 · 2 comments
Open

Need some/more exit codes #54

LazyKent opened this issue Aug 14, 2014 · 2 comments

Comments

@LazyKent
Copy link

My usecase:

% glyrc cover -a "Владимир Высоцкий" -b "Чёрные бушлаты"
- Artist   : владимир высоцкий
- Album    : чёрные бушлаты
- Language : ru
- Type     : cover

---- Triggering: musictree local coverartarchive 
---- Triggering: lastfm jamendo musicbrainz 
---- Triggering: slothradio lyricswiki discogs 
---- Triggering: rhapsody picsearch google 
% echo $?                                                       
0

I see, I don't get a cover. 'exit 0' looks fine, but not in the case.

@sahib
Copy link
Owner

sahib commented Aug 15, 2014

I believe this is already fixed in 69d655f, which should be present in 1.0.6. Do you use an old version?

Your above command yields an exit status of 1 for me.

@LazyKent
Copy link
Author

I'm sorry. I use 1.0.5.

And I mean a bit more.
Something like this:
1 - goes wrong in the program/library
2 - no connection to internet
3 - connected, not allowed
4 - connected, not received
...
99 - nobody knows what is happened

And I read 'man curl(1)' ;)

Not a bug — just a feature request. Please, move the thread.
Thanks.

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

2 participants