#include <arg-handler.hpp>
Public Attributes | |
bool | printSongTree = false |
bool | printArtistsAll = false |
bool | printSongsByArtist = false |
bool | printSongsGenreAll = false |
bool | printSongInfo = false |
std::string | artist |
std::string | song |
std::string SongTreeState::artist |
bool SongTreeState::printArtistsAll = false |
bool SongTreeState::printSongInfo = false |
bool SongTreeState::printSongsByArtist = false |
bool SongTreeState::printSongsGenreAll = false |
bool SongTreeState::printSongTree = false |
std::string SongTreeState::song |