Add support for '--test' CLI option

This commit is contained in:
2025-01-17 17:03:50 +01:00
parent 8490e073f6
commit 3528e65312
8 changed files with 64 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ import { parse } from "../generated/grammar/task";
import { Task as DefaultTask } from "../model";
import { ParseResult } from "../types/grammar";
import { Task, TaskPriority } from "../types/task";
import { jsMapper } from "../util";
import { jsMapper } from "../util/code";
/**
* Returns all tasks from specified directory and filters them with optional query.