Skip to content

Commit

Permalink
feat: hide 'package version retrieve' command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslater committed Sep 22, 2023
1 parent d9b8427 commit 00af9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/package/version/retrieve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ 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 00af9ca

Please sign in to comment.