Add todo comment

This commit is contained in:
David Vogel 2024-12-18 20:32:26 +01:00
parent 042f1920c9
commit 3786d8718d

2
cli.go
View File

@ -7,6 +7,8 @@ import (
"os/exec" "os/exec"
) )
// TODO: Add docker support to CLI
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.
} }