Add TODO comment

This commit is contained in:
David Vogel 2025-11-03 19:48:51 +01:00
parent ef185b9601
commit 79b86fb22c

2
cli.go
View File

@ -14,6 +14,8 @@ import (
// TODO: Add docker support to CLI, by calling docker run instead // 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 { type CLI struct {
ExecutablePath string // The Typst executable path can be overridden here. Otherwise the default path will be used. ExecutablePath string // The Typst executable path can be overridden here. Otherwise the default path will be used.
} }