GetShortVersionCommand constructor

GetShortVersionCommand()

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

Implementation

GetShortVersionCommand()
    : super(
        RenameCommand.getShortVersion.name,
        'Get short version string for the targeted platforms',
      );