Skip to content

pantoken / packages/cli/src / CliArgs

接口: CliArgs

Beta

已解析的 CLI 调用。

属性

command

command: string

Beta


target

target: string

Beta


out

out: string

Beta


theme

theme: Theme

Beta


className

className: string

Beta


icons?

optional icons?: string[]

Beta

要作为原生资产导出的图标名称(来自 --icons a,b,c)。


format?

optional format?: string

Beta

输出格式,适用于支持多种格式的目标(例如 swatches --format ase)。


noScope?

optional noScope?: boolean

Beta

Pendo: skip @scope wrapping (--no-scope).


noImportant?

optional noImportant?: boolean

Beta

Pendo: skip !important (--no-important).


noPrune?

optional noPrune?: boolean

Beta

Pendo: skip token pruning (--no-prune).