| 133 | } |
| 134 | |
| 135 | std::vector<String> CLICommand::GetArgumentSuggestions([[maybe_unused]] const String& argument, [[maybe_unused]] const String& word) const |
| 136 | { |
| 137 | return std::vector<String>(); |
| 138 | } |
| 139 | |
| 140 | std::vector<String> CLICommand::GetPositionalSuggestions([[maybe_unused]] const String& word) const |
| 141 | { |