Added some commnts.

This commit is contained in:
Gerhard Hoffmann 2023-06-21 16:25:53 +02:00
parent 4cee0e37da
commit c6ea94e249

View File

@ -92,6 +92,12 @@ int main(int argc, char *argv[]) {
QCoreApplication::translate("main", "Maintenance mode for underlying script")); QCoreApplication::translate("main", "Maintenance mode for underlying script"));
parser.addOption(maintenanceOption); parser.addOption(maintenanceOption);
// TODO:
// add some additional parameters
// -d: only update device-controller firmware
// -j: only update json-files
// -o: only execute opkg-commnds
// Process the actual command line arguments given by the user // Process the actual command line arguments given by the user
parser.process(a); parser.process(a);
QString plugInDir = parser.value(pluginDirectoryOption); QString plugInDir = parser.value(pluginDirectoryOption);