This commit is contained in:
Olivier Gagnon
2021-08-10 20:54:43 -04:00
parent e18aa08eeb
commit 1e3af43ab3
7 changed files with 38 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export function executeDarkwebTerminalCommand(commandArray: string[]): void {
return;
}
const arg = commandArray[1];
if (arg == "-l") {
if (arg == "-l" || arg == "-1" || arg == "--list") {
listAllDarkwebItems();
} else {
buyDarkwebItem(arg);