mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-19 07:33:16 +00:00
Add todo comment
This commit is contained in:
parent
042f1920c9
commit
3786d8718d
2
cli.go
2
cli.go
@ -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.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user