You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/commands.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@
67
67
}, {
68
68
"name": "--version",
69
69
"description": "Specifies the target DevExtreme version or a tag that points to it (the default value is 'latest')"
70
+
}, {
71
+
"name": "--widgets",
72
+
"description": "Specifies a comma-separated list of widgets whose styles should be included in the resulting CSS file (available from DevExtreme 19.2.3). If this argument is not specified, styles of all widgets are included."
0 commit comments