class Delegate
Generator
and Configure
are “wrapped” in this class that “delegates” (hence the name “Delegate”) the flow of control to either the Generator
class or the Configure
class, based on the argument passed in (which is handled by bin/ngi)
Constants
- Configure
Run the user through an interactive session of configuring ngi
- Generator