Commander constructor

Commander()

Creates a new Commander instance.

This constructor calls the parent Command constructor to set up the basic command infrastructure.

Implementation

Commander() : super();