RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
726 stars 114 forks source link

Fixed “Error: Missing expected argument” #52

Closed yyjim closed 3 years ago

yyjim commented 3 years ago

Description

The figma-export commands are not working. It returns this error for subcommands.

Error: Missing expected argument
Usage: figma-export (images, icons) [--input <input>] [<filter>]
  See 'figma-export (images, icons) --help' for more information.

Issue

I found out that the access_token needs to be defined as String!, otherwise it will take it as required argument.

yyjim commented 3 years ago

Hi @subdan Do you get the same error on master branch? or only me is getting this issue.

Thanks.

subdan commented 3 years ago

Hi. Yes, I get the same error. Thanks.