Skip to content

Commit

Permalink
fixup: Review feedback add help etc
Browse files Browse the repository at this point in the history
  • Loading branch information
xitij2000 committed Jan 4, 2024
1 parent 2ae8f94 commit 8128b26
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion bin/paragon-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,19 @@ const COMMANDS = {
},
{
name: '-t, --themes',
description: 'Specify themes to include in the token build.',
description: 'Specify themes to include in the token build. Eg. light,dark or "light dark"',
defaultValue: 'light',
},
{
name: '--base-theme',
description: 'Specify the base theme to use in the token build. For example, to build the "high-contrast" theme on top of the ligth theme use "--theme high-contrast --base-theme light".',
defaultValue: 'Same as theme',
},
{
name: '--all-themes',
description: 'Build tokens for all themes in the source directory.',
defaultValue: false,
},
],
},
'replace-variables': {
Expand Down

0 comments on commit 8128b26

Please sign in to comment.