adding more commands and such

This commit is contained in:
Arjun Patel
2022-02-13 20:32:55 -08:00
parent 61ae7b2b4b
commit a5ef33aa3d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Option from "./option";
export enum CommandType {
git = "git",
npm = "npm",
commit = "git commit",
commit = "commit"
}
export default class Command {