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. }