4 Commits

Author SHA1 Message Date
9c04960725 Add command to add new recipes/ingredients/tags to the database. 2024-09-24 18:15:37 +02:00
cf1a40c2fe Move print helper functions to arg_parse.h
These functions have more to do with commands, and it will be more
helpful to have the print_help function especially in the same file as
the actual commands structure.
2024-09-19 18:36:43 +02:00
6ce5417c70 Rename global.h to util.h
The functionality has changed since we no longer need a place for global
variables.
2024-09-17 17:55:22 +02:00
8d2b27376f Initial commit. 2024-09-05 21:01:24 +02:00