diff --git a/cli-options.go b/cli-options.go new file mode 100644 index 0000000..d45f3fd --- /dev/null +++ b/cli-options.go @@ -0,0 +1,11 @@ +// 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.Options instead. +type CLIOptions = Options