|
Vector<Line::CompletionSuggestion> Shell::complete_option(const String& program_name, const String& option, size_t offset)
|
|
Vector<Line::CompletionSuggestion> Shell::complete_option(const String& program_name, const String& option, size_t offset)
|
|
auto option_pattern = offset > start ? option.substring_view(start, offset - start) : "";
|
|
auto option_pattern = offset > start ? option.substring_view(start, offset - start) : "";
|