MCPcopy Create free account
hub / github.com/daniele77/cli / ~Command

Method ~Command

include/cli/cli.h:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 public:
252 explicit Command(std::string _name) : name(std::move(_name)), enabled(true) {}
253 virtual ~Command() noexcept = default;
254
255 // disable copy and move semantics
256 Command(const Command&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected