Fixed search command not working properly

This commit is contained in:
David Allen 2023-07-02 17:28:18 -06:00
parent 8a7ada342a
commit fb7efdd7a4
10 changed files with 143 additions and 120 deletions

View file

@ -18,6 +18,13 @@ namespace gdpm::constants{
constexpr std::string WHITESPACE = " \n\r\t\f\v";
}
namespace gdpm::print{
enum class style{
list = 0,
table = 1,
};
}
/* Define default macros to set when building with -DGPM_* */
#define GDPM_CONFIG_USERNAME ""
#define GDPM_CONFIG_PASSWORD ""