Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autocomplete): bad alias
Browse files Browse the repository at this point in the history
kanadgupta committed Dec 10, 2024

Verified

This commit was signed with the committer’s verified signature.
kanadgupta Kanad Gupta
1 parent 5dfcf6b commit 47770be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/docs/prune.ts
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ export default class DocsPruneCommand extends BaseCommand<typeof DocsPruneComman
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`,
};

static aliases = ['guides prune'];
// this needs to be separated by a colon in order for autocomplete to work properly
static aliases = ['guides:prune'];

static description = 'Delete any docs from ReadMe if their slugs are not found in the target folder.';

0 comments on commit 47770be

Please sign in to comment.