#include <suggestions.hh>
Public Member Functions | |
std::string | to_string () const |
bool | operator== (const Suggestion &) const =default |
auto | operator<=> (const Suggestion &) const =default |
Public Attributes | |
int | distance |
The smaller the better. | |
std::string | suggestion |
A potential suggestion for the cli interface.