CommandParser class
A utility class for parsing command-line arguments for the Figma Flutter Generator.
This class provides functionality to create and configure the argument parser for both icon generation and theme generation commands. It handles all command-line options and their validation.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createParser(
) → ArgParser -
Creates and configures an
ArgParserwith all supported commands and options. -
printUsage(
) → void - Prints usage information for the command-line tool.