MISC: Add raw command string to autocomplete data (#1846)

This commit is contained in:
catloversg
2024-12-18 18:16:38 +07:00
committed by GitHub
parent cffd6d75a6
commit bb7a1fbb22
4 changed files with 24 additions and 0 deletions
@@ -324,6 +324,7 @@ export async function getTabCompletionPossibilities(terminalText: string, baseDi
temporary: r.temporary,
})),
).flat(),
command: terminalText,
};
let pos: string[] = [];
let pos2: string[] = [];