From 3786d8718df5071a3bd1e8673bd457f5a77b696a Mon Sep 17 00:00:00 2001 From: David Vogel Date: Wed, 18 Dec 2024 20:32:26 +0100 Subject: [PATCH] Add todo comment --- cli.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli.go b/cli.go index 659f658..9f1eaa9 100644 --- a/cli.go +++ b/cli.go @@ -7,6 +7,8 @@ import ( "os/exec" ) +// TODO: Add docker support to CLI + type CLI struct { ExecutablePath string // The typst executable path can be overridden here. Otherwise the default path will be used. }