MCPcopy Create free account
hub / github.com/Bionus/imgbrd-grabber / CliSubcommand

Method CliSubcommand

src/cli/src/cli-commands/cli-subcommand.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5CliSubcommand::CliSubcommand(QStringList arguments, QObject *parent)
6 : CliCommand(parent), m_arguments(std::move(arguments))
7{}
8
9
10bool CliSubcommand::validate()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected