src/CLIParser.h
branchv_0
changeset 6 1b17b8cdbfc3
parent 1 3bbf848b3565
child 7 039b3f8a3442
--- a/src/CLIParser.h	Fri Apr 02 17:44:01 2021 +0200
+++ b/src/CLIParser.h	Wed Apr 07 22:55:00 2021 +0200
@@ -54,6 +54,8 @@
 	Configuration parse(const std::vector<relpipe::common::type::StringX>& arguments) {
 		Configuration c;
 
+		if (arguments.size() == 0) c.listInputDevices = true;
+
 		for (int i = 0; i < arguments.size();) {
 			relpipe::common::type::StringX option = readNext(arguments, i);