GetAppNameCommand constructor
GetAppNameCommand()
Constructor for GetAppNameCommand. It initializes the command with its name and description.
Implementation
GetAppNameCommand()
: super(
RenameCommand.getAppName.name,
'Get app names for the targeted platforms',
);