Skip to content

pantoken / packages/cli/src / CliArgs

Interface: CliArgs

Beta

The parsed CLI invocation.

Properties

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

Icon names to emit as native assets (from --icons a,b,c).


format?

optional format?: string

Beta

Output format, for targets that support several (e.g. 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).