DCFlightCommandRunner constructor
DCFlightCommandRunner()
Implementation
DCFlightCommandRunner()
: super(
'dcf',
'DCFlight CLI - Development tools for DCFlight framework',
) {
addCommand(CreateCommand());
addCommand(AddCommand());
addCommand(RunCommand());
}