This commit is contained in:
2023-07-13 21:38:43 -04:00
parent 92478ec47c
commit 930361e78c
4 changed files with 14 additions and 3 deletions

View File

@@ -83,6 +83,10 @@ void exec_args_destroy(exec_args_t *args) {
free(args);
}
void sqlite_index_args_destroy(sqlite_index_args_t *args) {
// TODO
}
int scan_args_validate(scan_args_t *args, int argc, const char **argv) {
if (argc < 2) {
fprintf(stderr, "Required positional argument: PATH.\n");