ProjectNameProcess class abstract

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()

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

getProjectName({required List<String> arguments}) String
Parses arguments for the required --name option and returns it.