MCPcopy Create free account
hub / github.com/GothenburgBitFactory/taskwarrior / CmdCompletionConfig

Method CmdCompletionConfig

src/commands/CmdConfig.cpp:214–227  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

212
213////////////////////////////////////////////////////////////////////////////////
214CmdCompletionConfig::CmdCompletionConfig() {
215 _keyword = "_config";
216 _usage = "task _config";
217 _description = "Lists all supported configuration variables, for completion purposes";
218 _read_only = true;
219 _displays_id = false;
220 _needs_gc = false;
221 _needs_recur_update = false;
222 _uses_context = false;
223 _accepts_filter = false;
224 _accepts_modifications = false;
225 _accepts_miscellaneous = false;
226 _category = Command::Category::internal;
227}
228
229////////////////////////////////////////////////////////////////////////////////
230int CmdCompletionConfig::execute(std::string& output) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected