ProjectNameProcess class
Helpers for extracting and validating the --name CLI argument.
The CLI expects a required --name (-n) option that specifies the
project/workspace base name used throughout the scaffolding process.
Constructors
- ProjectNameProcess({void log(String) = print})
Properties
Methods
-
getProjectName(
{required List< String> arguments}) → String -
Parses
argumentsfor the required--nameoption and returns it. -
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