From 79b86fb22cab50fc3a73404260e822e5970ead42 Mon Sep 17 00:00:00 2001 From: David Vogel Date: Mon, 3 Nov 2025 19:48:51 +0100 Subject: [PATCH] Add TODO comment --- cli.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli.go b/cli.go index 75c7ad2..e53af10 100644 --- a/cli.go +++ b/cli.go @@ -14,6 +14,8 @@ import ( // TODO: Add docker support to CLI, by calling docker run instead +// TODO: Add an interface for the Typst caller and let CLI (and later docker and WASM) be implementations of that + type CLI struct { ExecutablePath string // The Typst executable path can be overridden here. Otherwise the default path will be used. }