mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed search command not working properly
This commit is contained in:
parent
8a7ada342a
commit
fb7efdd7a4
10 changed files with 143 additions and 120 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue