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

Method Command

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

Source from the content-addressed store, hash-verified

250 {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected