mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-05 20:31:42 +02:00
update aixlog
This commit is contained in:
parent
9893a79b26
commit
841c105704
4 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ int main (int argc, char **argv)
|
|||
|
||||
OptionParser op("Allowed options");
|
||||
auto helpSwitch = op.add<Switch>("", "help", "produce help message");
|
||||
auto debugSwitch = op.add<Switch, Attribute::hidden>("", "debug", "enable debug logging");
|
||||
auto debugSwitch = op.add<Switch, Visibility::hidden>("", "debug", "enable debug logging");
|
||||
auto versionSwitch = op.add<Switch>("v", "version", "show version number");
|
||||
#if defined(HAS_ALSA)
|
||||
auto listSwitch = op.add<Switch>("l", "list", "list pcm devices");
|
||||
|
|
2
externals/aixlog
vendored
2
externals/aixlog
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 9c2c1419170dc07807724b8faa5bc73909aa7f57
|
||||
Subproject commit 9ecd25432f66f8a8cf291a9a5bae4fd137300af7
|
2
externals/popl
vendored
2
externals/popl
vendored
|
@ -1 +1 @@
|
|||
Subproject commit b46b8dde2317c0d32e098f6945f0ba988c6a67f2
|
||||
Subproject commit c0f309405f084baabf23e8c8b0b4b73b620d831c
|
|
@ -60,7 +60,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
OptionParser op("Allowed options");
|
||||
auto helpSwitch = op.add<Switch>("h", "help", "Produce help message");
|
||||
auto debugSwitch = op.add<Switch, Attribute::hidden>("", "debug", "enable debug logging");
|
||||
auto debugSwitch = op.add<Switch, Visibility::hidden>("", "debug", "enable debug logging");
|
||||
auto versionSwitch = op.add<Switch>("v", "version", "Show version number");
|
||||
/*auto portValue =*/ op.add<Value<size_t>>("p", "port", "Server port", settings.port, &settings.port);
|
||||
/*auto controlPortValue =*/ op.add<Value<size_t>>("", "controlPort", "Remote control port", settings.controlPort, &settings.controlPort);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue