GetLongVersionCommand constructor

GetLongVersionCommand()

Constructor for GetBundleIdCommand. It initializes the command with its name and description.

Implementation

GetLongVersionCommand()
    : super(
        RenameCommand.getLongVersion.name,
        'Get long version string for the targeted platforms',
      );