| 160 | } |
| 161 | |
| 162 | ICompleterPtr File(TString pattern) { |
| 163 | if (pattern) { |
| 164 | pattern = " -g " + SS(pattern); |
| 165 | } |
| 166 | return MakeSimpleShared<TSimpleCompleter>("", "_files" + pattern); |
| 167 | } |
| 168 | |
| 169 | ICompleterPtr Directory() { |
| 170 | return MakeSimpleShared<TSimpleCompleter>("", "_files -/"); |
no outgoing calls
no test coverage detected