MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Setup

Method Setup

apps/tools/Tools/commands/ModelCommand.cpp:374–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void ModelCommand::Setup(CLI::App& app)
375{
376 auto* model = app.add_subcommand("model", "P3D model operations");
377 model->require_subcommand(1);
378
379 setupModelInspect(*model);
380 setupModelConvert(*model);
381 setupModelRender(*model);
382 setupModelShow(*model);
383}
384
385} // namespace PoseidonTools

Callers

nothing calls this directly

Calls 4

setupModelInspectFunction · 0.85
setupModelConvertFunction · 0.85
setupModelRenderFunction · 0.85
setupModelShowFunction · 0.85

Tested by

no test coverage detected