Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 647d158

Browse files
committed
Adding OM alias
1 parent e762f78 commit 647d158

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Commands/CommandOpenMod.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,11 @@ private CommandStep GetNextStep()
201201
public string Name { get; } = "openmod";
202202
public string Help { get; } = "Installs OpenMod";
203203
public string Syntax { get; } = "install";
204-
public List<string> Aliases { get; } = new List<string>();
204+
205+
public List<string> Aliases { get; } = new()
206+
{
207+
"om"
208+
};
205209
public List<string> Permissions { get; } = new List<string>();
206210
}
207211
}

0 commit comments

Comments
 (0)