Skip to content

Commit

Permalink
chore: sure why not
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 4, 2024
1 parent c25aebd commit 7db48f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/commands/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ export default class OpenCommand extends BaseCommand<typeof OpenCommand> {

static hidden = true;

// needed for deprecation message
static id = 'open';

static state = 'deprecated';

static deprecationOptions = {
message: '`rdme open` is deprecated and will be removed in a future release.',
message: `\`rdme ${this.id}\` is deprecated and will be removed in v10. For more information, please visit our migration guide: https://github.com/readmeio/rdme/tree/v9/documentation/migration-guide.md`,
};

async run() {
Expand Down

0 comments on commit 7db48f7

Please sign in to comment.