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:
commit
880a266625
5 changed files with 44 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue