Skip to content

Commit c8368f3

Browse files
committed
Add alias to materials
1 parent df24ca3 commit c8368f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/misc/material.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class MaterialCommand extends Command {
1414
help: `Displays material information. If no name is provided, a list of all materials will be displayed.
1515
1616
Note: this command supports fuzzy search.`,
17-
aliases: ["mat", "food", "recipe"],
17+
aliases: ["m", "mat", "food", "recipe"],
1818
options: [{
1919
name: "name",
2020
description: "Material name",

0 commit comments

Comments
 (0)