MCPcopy Create free account
hub / github.com/catboost/catboost / ShellChoiceCompleter

Function ShellChoiceCompleter

library/cpp/getopt/small/completer_command.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 NComp::ICompleterPtr ShellChoiceCompleter() {
87 return NComp::Choice({{"zsh"}, {"bash"}});
88 }
89
90 TOpt MakeCompletionOpt(const TOpts* opts, TString command, TString name) {
91 return TOpt()

Callers 2

MakeCompletionOptFunction · 0.85
RegisterOptionsMethod · 0.85

Calls 1

ChoiceFunction · 0.85

Tested by

no test coverage detected