Regen and remove log

This commit is contained in:
Daniel Imms
2025-02-19 11:38:49 -08:00
parent 1112d5ffa6
commit bf9d645830
2 changed files with 102 additions and 103 deletions

View File

@@ -119,7 +119,6 @@ async function createCommandDescriptionsCache(): Promise<void> {
const commands: Map<string, string[]> = new Map();
if (output) {
console.log('!');
const lines = output.split('\n');
let currentCommand: string | undefined;
let currentCommandStart = 0;