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: Sources/FigmaExport/Subcommands/ExportIcons.swift
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ extension FigmaExportCommand {
18
18
@Option(name:.shortAndLong, default:"figma-export.yaml", help:"An input YAML file with figma and platform properties.")
19
19
varinput:String
20
20
21
+
@Argument(help:"[Optional] Name of the icons to export. For example \"ic/24/edit\" to export single icon, \"ic/24/edit, ic/16/notification\" to export several icons and \"ic/16/*\" to export all icons of size 16 pt")
Copy file name to clipboardExpand all lines: Sources/FigmaExport/Subcommands/ExportImages.swift
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,10 @@ extension FigmaExportCommand {
17
17
18
18
@Option(name:.shortAndLong, default:"figma-export.yaml", help:"An input YAML file with figma and platform properties.")
19
19
varinput:String
20
-
20
+
21
+
@Argument(help:"[Optional] Name of the images to export. For example \"img/login\" to export single image, \"img/onboarding/1, img/onboarding/2\" to export several images and \"img/onboarding/*\" to export all images from onboarding group")
0 commit comments