Skip to content

Commit

Permalink
feat: unhide package:version:retrieve command (W-13562915)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslater committed Sep 5, 2023
1 parent d5bca69 commit 1628bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/package/version/retrieve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export type FileDownloadEntry = {
export type PackageVersionRetrieveCommandResult = FileDownloadEntry[];

export class PackageVersionRetrieveCommand extends SfCommand<PackageVersionRetrieveCommandResult> {
public static readonly hidden = true;
public static readonly summary = messages.getMessage('summary');
public static readonly description = messages.getMessage('description');
public static readonly examples = messages.getMessages('examples');
Expand Down

0 comments on commit 1628bbb

Please sign in to comment.