GetDeepLinkCommand constructor
GetDeepLinkCommand()
Constructor for GetDeepLinkCommand. It initializes the command with its name and description.
Implementation
GetDeepLinkCommand()
: super(
RenameCommand.getAppDeepLink.name,
'Get deeplink identifiers for the targeted platforms',
);