mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-04 13:19:36 +00:00
Add TODO comment
This commit is contained in:
parent
ef185b9601
commit
79b86fb22c
2
cli.go
2
cli.go
@ -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.
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user