options property
The list of all available options
Implementation
List<Option<String>> options = [
Option<String>(
kInput,
'./design/tokens.json',
'Specify the directory where the design token json lives.',
kInputAbbr,
),
Option<String>(
kOutput,
'./lib/assets/tokens/',
'Specify generated output directory.',
kOutputAbbr,
),
];