EndpointCommand constructor

EndpointCommand()

Creates a new EndpointCommand instance.

Configures the command-line argument parser with all required options.

Implementation

EndpointCommand() {
  argParser.addOptionMorphemeYaml();

  // Initialize services
  _initializeServices();
}