SetShortVersionCommand constructor

SetShortVersionCommand()

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

Implementation

SetShortVersionCommand()
    : super(
        RenameCommand.setShortVersion.name,
        'Set short version string for the targeted platforms',
      );