mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-20 03:49:34 +00:00
12 lines
302 B
Go
12 lines
302 B
Go
// Copyright (c) 2025 David Vogel
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
package typst
|
|
|
|
// CLIOptions contains all parameters that can be passed to a Typst CLI.
|
|
//
|
|
// Deprecated: Use typst.OptionsCompile instead.
|
|
type CLIOptions = OptionsCompile
|