Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MakeCompletionOpt
Function · 0.85
RegisterOptions
Method · 0.85
Calls
1
Choice
Function · 0.85
Tested by
no test coverage detected