Main class for handling command-line interaction and initiating run tasks.
Creates an instance of _Main.
Private
Additional arguments provided by the user.
Readonly
Prompts for the project name.
Prompts for the task name.
Prompts the user for additional arguments and adds them to the additionalArguments property.
A Promise that resolves once the user completes providing additional arguments.
Prompts the user to decide whether to add additional arguments.
A Promise that resolves once the user makes a decision.
Runs the main process, prompting for inputs and initiating run tasks.
A Promise that resolves once the run task is complete.
Generated using TypeDoc
Main class for handling command-line interaction and initiating run tasks.