MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / IntegrateCommand

Class IntegrateCommand

src/cli/commands/IntegrateCommand.h:12–14  ·  view source on GitHub ↗

* Integrates AppImages passed as arguments on the commandline. */

Source from the content-addressed store, hash-verified

10 * Integrates AppImages passed as arguments on the commandline.
11 */
12 class IntegrateCommand : public Command {
13 void exec(QList<QString> arguments) final;
14 };
15 }
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected