1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

Merge pull request #117 from joerg-krause/feature/onstart

Add --on{start,stop} command line option
This commit is contained in:
Paul Lietar 2016-11-19 22:14:05 +00:00 committed by GitHub
commit 880a266625
5 changed files with 44 additions and 0 deletions

View file

@ -29,6 +29,7 @@ fn main() {
main_helper::add_session_arguments(&mut opts);
main_helper::add_authentication_arguments(&mut opts);
main_helper::add_player_arguments(&mut opts);
main_helper::add_program_arguments(&mut opts);
let args: Vec<String> = std::env::args().collect();