|
|
Getopt::Long::Configure("pass_through"); | Getopt::Long::Configure("pass_through"); |
GetOptions( 'help|?' => \$help, | GetOptions( 'help|?' => \$help, |
'debug|d' => \$debug, | 'debug|d' => \$debug, |
'no_covers|n' => $no_covers, |
'no_covers|n' => \$no_covers, |
'artist|a=s' => \$artist, | 'artist|a=s' => \$artist, |
'username|u=s' => \$username, | 'username|u=s' => \$username, |
'password|p=s' => \$password, | 'password|p=s' => \$password, |